erkie / go-engine.io

engine.io for golang, a transport-based cross-browser/cross-device bi-directional communication layer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-engine.io

The development for this project as moved into: https://github.com/googollee/go-socket.io Pull requests to the master branch will not be accepted (except for fixing vulnerabilities).

To migrate simply update your imports from:

import "github.com/googollee/go-engine.io"

To:

import "github.com/googollee/go-socket.io/engineio"

License

The 3-clause BSD License - see LICENSE for more details

About

engine.io for golang, a transport-based cross-browser/cross-device bi-directional communication layer.

License:Other


Languages

Language:Go 98.3%Language:Shell 1.6%Language:Makefile 0.1%