https://github.com/s1riys/go-whiteboard
π¨ Distributed server application for real-time whiteboard collaboration, written in Go (2025)
https://github.com/s1riys/go-whiteboard
go grpc microservices real-time
Last synced: 2 months ago
JSON representation
π¨ Distributed server application for real-time whiteboard collaboration, written in Go (2025)
- Host: GitHub
- URL: https://github.com/s1riys/go-whiteboard
- Owner: S1riyS
- Created: 2025-05-26T20:33:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-12T10:21:03.000Z (about 1 year ago)
- Last Synced: 2025-06-13T11:12:41.016Z (about 1 year ago)
- Topics: go, grpc, microservices, real-time
- Language: Go
- Homepage:
- Size: 200 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[//]: # (Project logo)
## π About project
[Go-Whiteboard](https://github.com/S1riyS/go-whiteboard) is a service for creating and editing collaborative whiteboards in real time!
## πΊοΈ Structure

## π οΈ Technology Stack
- [Go](https://go.dev/) - Language
- [Gin](https://gin-gonic.com/) - Web framework
- [log/slog](https://pkg.go.dev/log/slog) - Logging
- Communication:
- [gRPC](https://grpc.io/) - Interservice communication
- Persistence:
- [Postgres](https://www.postgresql.org/) - SQL Database
- Tools:
- [Taskfile](https://taskfile.dev/) - Task runner / Build tool
- [Air](https://github.com/cosmtrek/air) - Live reload
*As the project will evolve, this list will be updated*