-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome on the gwss home page!
gwss is Websocket Server.
This wiki is there to help you to understand what it means...
In few words, I created this project to share the software i use on my webservers.
Perhaps you know that since HTML5, you can have bi-directional communications between a web page and a web server. Unfortunately, there is plenty of solutions to implement this new feature. After have tried some of them, i created my own small python server to handle that with gevent, which is for now one of the best libraries. As I already used wsgi, I've created this server as a "all in one" solution, so this gwss can be used as standalone server for WSGI AND WebSocket. You can find here the code and the documentation to help you if you want to try it.
If you create some useful service with for this server, I will be happy to add it here...
## Demo
Have a look on : http://gwss.modulix.net
## Documentation
* [Documentation](https://github.com/modulix/gwss/wiki/Doc)
* [FAQ](https://github.com/modulix/gwss/wiki/FAQ)
* [Bugs](https://github.com/modulix/gwss/issues)