https://github.com/ignacio/LuaNode
Asynchronous I/O for Lua
https://github.com/ignacio/LuaNode
Last synced: 11 months ago
JSON representation
Asynchronous I/O for Lua
- Host: GitHub
- URL: https://github.com/ignacio/LuaNode
- Owner: ignacio
- License: mit
- Created: 2010-11-08T21:07:40.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2016-03-24T15:53:34.000Z (almost 10 years ago)
- Last Synced: 2024-10-31T19:37:42.225Z (over 1 year ago)
- Language: Lua
- Homepage:
- Size: 5.27 MB
- Stars: 415
- Watchers: 42
- Forks: 39
- Open Issues: 4
Awesome Lists containing this project
- my-awesome-lua - LuaNode - Asynchronous I/O for Lua, using the [Reactor pattern](https://en.wikipedia.org/wiki/Reactor_pattern) like Node.js, EventMachine or Twisted. (Resources / Asynchronous I/O)
- awesome-lua - LuaNode - LuaNode allows to write performant net servers or clients, using an asynchronous model of computing (the Reactor pattern). You might have seen this model implemented in event processing frameworks like Node.js, EventMachine or Twisted. In fact, LuaNode is heavily based on Node.js, because I wanted to be able to do what Node.js does, but using Lua instead of JavaScript. (Networking)