1.7.9 • Published 9 years ago
uvyper v1.7.9
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!
1.7.9
9 years ago
1.7.8
9 years ago
1.7.7
9 years ago
1.7.6
9 years ago
1.7.5
9 years ago
1.7.4
9 years ago
1.7.3
9 years ago
1.7.2
9 years ago
1.7.1
9 years ago
1.7.0
9 years ago
1.6.0
9 years ago
1.5.5
9 years ago
1.5.4
9 years ago
1.5.3
9 years ago
1.5.2
9 years ago
1.5.1
9 years ago
1.5.0
9 years ago
1.4.0
9 years ago
1.3.2
9 years ago
1.3.1
9 years ago
1.3.0
9 years ago
1.2.1
9 years ago
1.2.0
9 years ago
1.1.1
9 years ago
1.1.0
9 years ago
1.0.0
9 years ago