An open API service indexing awesome lists of open source software.

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

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