WSocket icon indicating copy to clipboard operation
WSocket copied to clipboard

Simple WSGI HTTP + Websocket Server, Framework, Middleware And App.

Results 5 WSocket issues
Sort by recently updated
recently updated
newest added

i am using Wsocket with a wsgi compatible app based on werkzeug (middleware) . it works but when i try to run the app with gunicorn socket stops to work...

bug

the demo "on_close" is not valid hello, I used the code and add print message on_close. ===================================================== ``` from wsocket import WSocketApp, WebSocketError, logger, run from time import sleep logger.setLevel(10)...

bug

**Note:** I am a student.I have no enough knowladge. So can anyone help me to develop this? please reply if you can

enhancement
help wanted
good first issue

complete docs

documentation
good first issue

more examples needed

documentation
enhancement