0.1.1 • Published 3 years ago

@jakub21/sockevt v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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