Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/frankdejonge/golang-websocket-example


https://github.com/frankdejonge/golang-websocket-example

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# gorilla/websocket example

## installation

```bash
npm install
npm run build
go get -u github.com/gorilla/websocket
go run *.go
```