Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ardafirdausr/discuss-server
Discussion Chat App
https://github.com/ardafirdausr/discuss-server
echo golang google-sso mongodb pubsub redis websocket
Last synced: 15 days ago
JSON representation
Discussion Chat App
- Host: GitHub
- URL: https://github.com/ardafirdausr/discuss-server
- Owner: ardafirdausr
- License: mit
- Created: 2021-05-29T10:26:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-16T15:26:02.000Z (over 2 years ago)
- Last Synced: 2024-10-04T06:41:04.745Z (about 1 month ago)
- Topics: echo, golang, google-sso, mongodb, pubsub, redis, websocket
- Language: Go
- Homepage: https://discuss.eksperimen.site
- Size: 105 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Discuss
Real-time chat app for discussion. Create and invite your friends to join your discussion room and start the discussion.
### Setup
1. Copy env.exampe to .env
2. Fill the config
3. Run `go get ./...`### Run The App
`go run ./cmd/discuss/main.go`### Test The App
`go test -v ./...`### Build The App
`go build -o ./bin/discuss ./cmd/discuss/...`