wsgiorg icon indicating copy to clipboard operation
wsgiorg copied to clipboard

add item to middlewares list

Open Ksengine opened this issue 4 years ago • 0 comments

added WSocket to list

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

Includes

  • Server(WSGI) included - works with any WSGI framework
  • Middleware - adds Websocket support for any WSGI framework
  • Framework - simple Websocket WSGI web application framework
  • App - Event based app for Websocket communication When external server used some clients like Firefox requires http 1.1 Server. Middleware, Framework, App
  • Handler - adds Websocket support to wsgiref(python builtin WSGI server)
  • Client -Coming soon...

Common Features

  • only single file less than 1000 lines
  • websocket sub protocol supported
  • websocket message compression supported (works if client asks)
  • receive and send pong and ping messages(with automatic pong sender)
  • receive and send binary or text messages
  • works for messages with or without mask
  • closing messages supported
  • auto and manual close

Alternatives

Non WSGI

WSGI

Ksengine avatar Nov 18 '20 14:11 Ksengine