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

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)

Awesome Lists containing this project

README

          

[//]: # (Project logo)




Logo

Go-Whiteboard


## πŸ“Œ About project

[Go-Whiteboard](https://github.com/S1riyS/go-whiteboard) is a service for creating and editing collaborative whiteboards in real time!

## πŸ—ΊοΈ Structure
![Structure diagram](docs/assets/diagram.png)

## πŸ› οΈ 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*

⬆️ Back To Top