LuaNode: Asynchronous I/O for Lua par Ignacio Burgueño

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.

Cette vidéo est sous licence CC-By 4.0