https://github.com/lutefd/quizzo
Quizzo is a golang + svelte webapp that host quiz parties with real-time multiplayer powered by websockets
https://github.com/lutefd/quizzo
golang monorepo multiplayer svelte websocket
Last synced: 6 months ago
JSON representation
Quizzo is a golang + svelte webapp that host quiz parties with real-time multiplayer powered by websockets
- Host: GitHub
- URL: https://github.com/lutefd/quizzo
- Owner: lutefd
- License: mit
- Created: 2024-08-27T19:14:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-05T12:09:44.000Z (almost 2 years ago)
- Last Synced: 2024-10-20T04:56:39.063Z (over 1 year ago)
- Topics: golang, monorepo, multiplayer, svelte, websocket
- Language: Go
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quizzo
***
An interactive, real-time multiplayer quiz application built with Go (backend) and Svelte (frontend). It uses WebSockets for real-time communication and MongoDB for data persistence.
## Features
- Real-time multiplayer quizzes
- WebSocket-based communication for instant updates
- Go backend for efficient performance
- Svelte frontend for a responsive user interface
- MongoDB for storing quiz data and user information
## Tech Stack
- Backend: Go
- Frontend: Svelte
- Database: MongoDB
- Real-time Communication: WebSockets
- Containerization: Docker