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

https://github.com/anikhasibul/chatter

Simple anonymous chat app demo using golang and websocket ;)
https://github.com/anikhasibul/chatter

anonymous-chat chat-app chatter golang postgresql real-time websocket

Last synced: about 2 months ago
JSON representation

Simple anonymous chat app demo using golang and websocket ;)

Awesome Lists containing this project

README

          

# Chatter
A real time chat server.

# Run

```txt
cd ~/go/src/github.com/anikhasibul/chatter
export DATABASE_URL="user=demo dbname=demo sslmode=disable"
go run main.go
```