Asynchronous I/O and event-driven runtime for Lua
Asynchronous I/O for Lua
luvit
$ luvit script.lua
$ luvit
$ luvit -e "require('http').createServer(function(req, res) res:writeHead(200) res:finish('Hello') end):listen(8080)"