Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 672 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 672 Bytes

gecgos.io

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

Install the package with:

go get github.com/lulzsun/gecgos.io

Import it with:

import "github.com/lulzsun/gecgos.io"

Examples

Please take a look at the provided examples in the examples folder for details.