Thanks to visit codestin.com
Credit goes to github.com

Skip to content

smiirl/luasocketio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

luasocketio

socket.io client implemented in pure Lua.

Depends on

Documentation

Code documentation can be generated thanks to LDoc.

$ ldoc socketio/
output written to /luasocketio/doc
$ open doc/index.html

About the current transports

For now, it only implements the polling protocol, which long-polls the socket.io server to receive new events. The common protocol websocket should be the next step of the development of this library.

About

socket.io client implemented in pure Lua

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published