Lua on Barix devices
Barix uses the standard lua interpreters which come with the OS.
For event driven programming, we use and highly suggest to use luv/libuv, which actually are lua bindings to the uv event library known from javascript.
Barix uses the standard lua interpreters which come with the OS.
For event driven programming, we use and highly suggest to use luv/libuv, which actually are lua bindings to the uv event library known from javascript.