go-socket.io is library an implementation of Socket.IO in Golang, which is a realtime application framework.
| JS Version | go-socket.io support |
|---|---|
| 0.x | ❌ |
| 1.x | ✔️ |
| 2.x | ✔️ |
| 3.x | ❌ |
| 4.x | ❌ |
Install the package with:
go get github.com/gonetlib/socket.ioImport it with:
import "github.com/gonetlib/socket.io"and use socketio as the package name inside the code.
Please check more examples into folder in project for details. Examples