websocket-server

Crates.iowebsocket-server
lib.rswebsocket-server
version0.2.2
sourcesrc
created_at2017-07-21 08:36:49.274259
updated_at2017-08-08 11:45:40.636086
descriptionBoilerplate to effortlessly setup an asynchronous websocket server
homepage
repositoryhttps://github.com/SirRade/websocket-server
max_upload_size
id24374
size11,765
Jan Hohenheim (janhohenheim)

documentation

README

websocket-server

Travis Coveralls Crates.io Docs.rs
Boilerplate to effortlessly setup an asynchronous websocket server.

This code was originally written for my game shootr, but it is general enough to be in it's own crate. Keep in mind that it is designed primarely to be used by myself, so it's not documented that well. Feel free to open an issue if you have any questions :)
In the mean time, you can see a comprehensive example in the aforementioned game.

Most of this is just boilerplate around the async parts of the websocket crate, so check them out as well!

Commit count: 21

cargo fmt