Switch Y-WebSocket server from Node to Python#1039
Switch Y-WebSocket server from Node to Python#1039davidbrochart wants to merge 3 commits intosuitenumerique:mainfrom
Conversation
|
8e8c18f replaces the Node-based Y-WebSocket server with a minimal pycrdt-websocket server. python src/backend/servers/y-provider/server.pyThis currently needs y-crdt/pycrdt-websocket#130. |
Use docker image for pycrdt
|
With 5709d9b there is no need to manually start the Python server anymore, it's integrated in Docker. |
|
Hi, |
|
Sure, the goal is to get rid of the separate Python server and integrate it with the Django application. It's easy if the Django server is ASGI. I understood that it's currently WSGI but that you are planning to switch to ASGI? |
|
We are closing the pull requests of the Hackathon 2025, thank you for your contributions 🎉 |
Closes #728.