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.