• Stars
    star
    243
  • Rank 160,906 (Top 4 %)
  • Language
    Go
  • License
    Other
  • Created almost 10 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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