Implement a PEP3156 backend
It'd be quite desirable that ws4py move on to a PEP3156 backend along its more traditional ones. This shouldn't not prevent regular CherryPy and gevent backends from existing indeed.
Using the asyncio module available in PyPI for Python 3.3 and as a built-in in 3.4.
What to use for the HTTP parsing though?
What does http://websockets.readthedocs.org/ use for HTTP parsing?
Hey nice, I wasn't aware of that project :)
It seems they don't use any external dependencies. They perform their own parsing which may be enough.
After browsing through other packages, it appears many of them already provide wbesockets atop asyncio. Im' starting to wonder if there is a point to support it from ws4py itself.
Guess this can be closed now? :-)
Yeah. Mostly. Though I would like to add client support as well. Shan't be long so it'll probably be done this week. But yai :)
Can we still await AsyncIO Client WebSocket support or is this dead?
Unfortunately, I've not maintained this project for years so I doubt it'll come. Always glad for the community to take over it though.