rille-remote
v0.3.1
Published
Rille + Socket.io
Downloads
8
Readme
Rille + Socket.io
(DISCLAIMER: This project is in early development and subject to heavy change.)
Quick Links
General
Modules
Examples
TBD
Installation
- Install rille-remote:
npm install rille-remote --save
- Install peer dependancies:
npm install socket.io --save
npm install socket.io-client --save
Contributing
- To Build:
npm run build
- To Test:
npm test
Client
Client();
Server
Server();