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

https://github.com/sger/go-chat


https://github.com/sger/go-chat

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# go-chat

## Getting Started

``` sh
cd backend
make get
make protos
make ios
make android
cd frontend
go run main.go
```