Gecgos.io is a reimplementation of geckos.io for golang, which is a library for real-time udp client/server communication using WebRTC.
This library is NOT production ready, and is in need of contributors to help improve this project! See Issue #1 for more details.
Install the package with:
go get github.com/lulzsun/gecgos.io
Import it with:
import "github.com/lulzsun/gecgos.io"
Please take a look at the provided examples in the examples folder for details.