基于 Node.js 和 Electron 构建的 WebSocket 弹幕客户端。服务端见 mimi-chat。
A WebSocket danmaku client based on Node.js and Electron.
To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer.
Set up a mirror of electron before installation if necessary:
export ELECTRON_MIRROR="https://npmmirror.com/mirrors/electron/" # 一般的 *NIX 命令行
set ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ # 使用 Windows CMD 命令行
$env:ELECTRON_MIRROR="https://npmmirror.com/mirrors/electron/" # Windows PowerShell
From your command line:
# Clone this repository
git clone https://github.com/stevenjoezhang/mimi-danmaku.git
# Go into the repository
cd mimi-danmaku
# Install dependencies
npm install
# Run the app
npm start
Use the following command to package it as a desktop app:
npm run build
- Mimi Developer of this project.
- Inspired by https://github.com/zsxsoft/danmu-client
Released under the GNU General Public License v3
http://www.gnu.org/licenses/gpl-3.0.html
- 屏蔽指定用户
- 支持正则屏蔽
- 支持投影屏幕(electron/screen.md)
- 允许选择字体