1.7.9 • Published 8 years ago

uvyper v1.7.9

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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

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

8 years ago

1.7.8

8 years ago

1.7.7

8 years ago

1.7.6

8 years ago

1.7.5

8 years ago

1.7.4

8 years ago

1.7.3

8 years ago

1.7.2

8 years ago

1.7.1

8 years ago

1.7.0

8 years ago

1.6.0

8 years ago

1.5.5

8 years ago

1.5.4

8 years ago

1.5.3

8 years ago

1.5.2

8 years ago

1.5.1

8 years ago

1.5.0

8 years ago

1.4.0

8 years ago

1.3.2

8 years ago

1.3.1

8 years ago

1.3.0

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago