Skip to content

psychokinesis-dev/live

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live

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

特性

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

下载

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

构建

安装依赖

$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.2/install.sh | bash
$ nvm install 5
$ nvm use 5
$ npm install

启动

$ npm start

打包

$ npm run-script pack