The Wayback Machine - https://web.archive.org/web/20201128102510/https://github.com/smiirl/luasocketio
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

README.md

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

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.