# erlua **Repository Path**: maxint/erlua ## Basic Information - **Project Name**: erlua - **Description**: erlang-like concurrent system for lua;implemented by programming luajit with luajit/ffi. - **Primary Language**: Lua - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2014-09-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # erlua # ## Introduction Erlua is an Erlang-like concurrent system for luajit. It provide Erlang-like concurrent concepts and primitives with pure lua(using luajit/ffi). It should work on POSIX compatable systems and Windows NT. ## Concepts - lightweight process - message passing - delegated IO request ## Implementation Erlua is implemented using pure lua. It use luajit/ffi to access luajit C/APIs.