@jakub21/sockevt
v0.1.1
Published
Event based socket.io wrapper
Downloads
1
Readme
Sockevt.js package
Event based Socket.io wrapper for Node.js.
This package wraps basic functionalities of the Socket.io package in very easy to use classes. It drastically limits what you can do but allows rapid prototyping. Also might be useful if you don't want to learn about sockets too much but want to create basic app quickly.
Github Repository
Get the package
npm install @jakub21/sockevt
Usage
You can find simple server + client example in example
directory.
To run it put Sockevt.js
file from the latest release in example
directory.
Run node Server.js
and then node Client.js
in another terminal.
TODO: More about usage
Package API
TODO: Describe classes