All Projects → smiirl → luasocketio

smiirl / luasocketio

Licence: MIT License
socket.io client implemented in pure Lua

Programming Languages

lua
6591 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to luasocketio

hapio
A simple bridge plugin between HapiJS and SocketIO
Stars: ✭ 21 (+5%)
Mutual labels:  socketio
django-channels-with-socket.io
django channels with socket.io
Stars: ✭ 23 (+15%)
Mutual labels:  socketio
Tweet-Locator
Tweet locator using ExpressJS, React and Twitter API
Stars: ✭ 109 (+445%)
Mutual labels:  socketio
ember-poller
A poller service based on ember-concurrency
Stars: ✭ 15 (-25%)
Mutual labels:  polling
uno-game
🎴 An UNO Game made in Javascript
Stars: ✭ 93 (+365%)
Mutual labels:  socketio
bubbly
Full stack chat application created w/ Next.js, Socket.IO, Express, React and TypeScript
Stars: ✭ 24 (+20%)
Mutual labels:  socketio
titanium-socketio
Use the native Socket.io SDK's with Axway Titanium.
Stars: ✭ 25 (+25%)
Mutual labels:  socketio
Clother
Clother is an Android client-server app for swapping unused clothes.
Stars: ✭ 22 (+10%)
Mutual labels:  socketio
VPSocketIO
socket.io client objective-c
Stars: ✭ 18 (-10%)
Mutual labels:  socketio
comet
A http long polling comet implementation for nodejs and browser
Stars: ✭ 20 (+0%)
Mutual labels:  polling
gobang
五子棋小游戏canvas socket.io
Stars: ✭ 38 (+90%)
Mutual labels:  socketio
chat
💬 A React single page chat application (SPA), implementing Socket.io.
Stars: ✭ 98 (+390%)
Mutual labels:  socketio
socketio-shared-webworker
Socket.io client inside a WebWorker thread
Stars: ✭ 85 (+325%)
Mutual labels:  socketio
Skribbl.io-Bot
My try at creating fully automated game bot.
Stars: ✭ 63 (+215%)
Mutual labels:  socketio
boltly
Boltly: The complete Socket.io test client!
Stars: ✭ 16 (-20%)
Mutual labels:  socketio
Nine-chat-frontend
采用socketio打造的多人实时通讯多房间在线音乐聊天室
Stars: ✭ 54 (+170%)
Mutual labels:  socketio
SocketIOUnity
A Wrapper for socket.io-client-csharp to work with Unity.
Stars: ✭ 69 (+245%)
Mutual labels:  socketio
fao
Party game based on Oink Games' tabletop game, "A Fake Artist Goes to New York." Draw with your phone or a mouse.
Stars: ✭ 70 (+250%)
Mutual labels:  socketio
hare
🐇 CLI tool for websockets and easy to use Golang package
Stars: ✭ 40 (+100%)
Mutual labels:  socketio
mmpm
MagicMirror Package Manager
Stars: ✭ 104 (+420%)
Mutual labels:  socketio

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].