Emilua is an execution engine for the Lua programming language. It offers to users of the Lua programming language, a runtime similar to NodeJS for JavaScript. That is, it offers a concurrency runtime that abstracts IO operations offered by the underlying OS. Whether your Lua program runs on Windows, Linux, or FreeBSD, the same IO interfaces will be available.
Get Started