Questions tagged [mod-pywebsocket]

WebSocket extension for Apache HTTP Server, mod_pywebsocket, from the pywebsocket project.

The pywebsocket project aims to provide a WebSocket standalone server and a WebSocket extension for Apache HTTP Server, mod_pywebsocket.

pywebsocket is intended for testing or experimental purposes. To run with Apache HTTP Server, mod_python is required. For wss, mod_ssl is also required.

source: google code site

16 questions
0
votes
1 answer

Can I use mod_python's Sessions with mod_pywebsocket?

I'm creating a simple web game that uses web sockets for to stream updates HTTP AJAX requests for everything else (e.g. login system, user profiles, &c). Unfortunately I'm somewhat new to mod_python, but it seems that I want to use the Sessions…
Troy
  • 1,599
  • 14
  • 28
1
2