Skip to content

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

License

Notifications You must be signed in to change notification settings

KevinWu0904/go-engine.io

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 98.3%
  • Shell 1.6%
  • Makefile 0.1%