Twitter Spaces clone for live audio chat rooms.
- Create and join audio rooms
- Host controls (mute, remove speakers)
- Speaker requests and approvals
- Real-time audio streaming
- Room discovery and search
Frontend: SolidJS app. Run with npm i && npm run dev.
Backend: Go server with WebSocket support for real-time audio. Run with go run main.go.