moccu / django-omnibus

django-omnibus is a Django library which helps to create websocket-based connections between a browser and a server to deliver messages.
BSD 3-Clause "New" or "Revised" License
70 stars 14 forks source link

Add documentation and easier options for TLS #17

Open EnTeQuAk opened 10 years ago

EnTeQuAk commented 10 years ago

First ideas were seen in https://github.com/moccu/django-omnibus/pull/9/ but we should focus on adding a proper termination proxy or focus on exposing Tornado a bit better - e.g to support SSLContext options to be passed along.

siicosmos commented 3 years ago

Hi there, sorry for digging this old project out. Any updates will be added in the future for this project regarding the WSS connection?

stephrdev commented 3 years ago

This project is sadly abandoned. Especially as it is really old and unmaintained. But if you're search for something that might solve your issues have a look at django-channels (https://channels.readthedocs.io/en/stable/)