manikadahal/chess-websocket-backend-manika-dahal-test-2
0
Chess WebSocket Server
This is a WebSocket-only Django project for handling real-time call signaling.
Purpose
This project handles ONLY WebSocket connections for call signaling. All REST API endpoints (login, signup, profile, etc.) are handled by the main project deployed on Vercel.
Deployment to Hugging Face Spaces
- Create a new Space on Hugging Face.
- Select Docker as the SDK.
- Choose the Blank template.
- Push this repository to the Space or connect your GitHub repository.
- In the Space settings, add your environment variables (e.g.,
DATABASE_URL,SECRET_KEY).
