uvyper
v1.7.9
Published
Node.JS uVyper (UWS implementation with Rooms)
Downloads
58
Readme
uVyper
Node.JS µVyper is an high level implementation of µWebSockets binding that bring rooms and provide simpler messages handling like socket.io (A more friendly-user version with an high-availability adapter support).
npm install uvyper --saverun tests :
npm test Roadmap
- SSL Support [To be tested]
const WSServer = new Server({
ssl: true,
key: '',
cert: ''
});
WSServer.listen(3000); - Write tests with assert & mocha [Work in progress].
- Adapter support [uvyper-redis project].
- Interface the UWS Client (send-back support...).
- Client (ES5) lib for front-end use (with native WebSocket).
Documentation
Find all API documentations and examples in the Wiki section of github!
