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 ;)
- Host: GitHub
- URL: https://github.com/anikhasibul/chatter
- Owner: AnikHasibul
- Created: 2019-01-21T16:55:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-30T21:54:18.000Z (over 7 years ago)
- Last Synced: 2025-06-17T09:06:28.822Z (about 1 year ago)
- Topics: anonymous-chat, chat-app, chatter, golang, postgresql, real-time, websocket
- Language: CSS
- Homepage:
- Size: 1.49 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```