Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 : )