Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zizaco/go-chat
A char application with web sockets
https://github.com/zizaco/go-chat
Last synced: 25 days ago
JSON representation
A char application with web sockets
- Host: GitHub
- URL: https://github.com/zizaco/go-chat
- Owner: Zizaco
- Created: 2016-01-10T16:20:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-10T16:25:38.000Z (almost 9 years ago)
- Last Synced: 2023-04-09T06:52:43.195Z (over 1 year ago)
- Language: Go
- Size: 2.02 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-chat
_A simple chat application using WebSockets written in go_**How to build**
```bash
go get github.com/Zizaco/go-chat
cd ${GOPATH}/src/github.com/Zizaco/go-chat
make
./go-chat --addr=":8080" # addr is optional
```Then open `localhot:8080` in your web browser
Just practicing a few things here... nothing to be taken seriously : )