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

https://github.com/root27/go-ws

Very basic websocket example in Go
https://github.com/root27/go-ws

golang server websocket

Last synced: over 1 year ago
JSON representation

Very basic websocket example in Go

Awesome Lists containing this project

README

          

# Basic Websocket in Go

This is a basic example of a websocket server in Go. It uses the gorilla/websocket package.