7 lines
147 B
Go
7 lines
147 B
Go
|
/*
|
||
|
go-socket.io is a server implementation of socket.io in golang.
|
||
|
|
||
|
It is compatible with the official Node.js implementation.
|
||
|
*/
|
||
|
package socketio
|