fraxken / uVyper

Node.JS µVyper is an high level implementation of µWebSockets with rooms and provide simpler messages handling.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 --save

run 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!

About

Node.JS µVyper is an high level implementation of µWebSockets with rooms and provide simpler messages handling.

License:MIT License


Languages

Language:JavaScript 100.0%