Skip to content

gonetlib/socket.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-socket.io

GoDoc Build Status Go Report Card

go-socket.io is library an implementation of Socket.IO in Golang, which is a realtime application framework.

JS Version compatible status

JS Version go-socket.io support
0.x
1.x ✔️
2.x ✔️
3.x
4.x

Install

Install the package with:

go get github.com/gonetlib/socket.io

Import it with:

import "github.com/gonetlib/socket.io"

and use socketio as the package name inside the code.

Example

Please check more examples into folder in project for details. Examples

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published