An open API service indexing awesome lists of open source software.

https://github.com/fengari-lua/fengari-node-shim

Common lua libraries emulated using node.js builtins
https://github.com/fengari-lua/fengari-node-shim

fengari lfs lua lua-term luasystem

Last synced: 4 months ago
JSON representation

Common lua libraries emulated using node.js builtins

Awesome Lists containing this project

README

          

# Fengari Node Shim

This repository contains parts of some common lua libraries re-implemented using the node.js standard library.

It's intended to be used from [Fengari](http://fengari.io/) to run existing lua code.

## Modules

- `lfs` ([LuaFileSystem](https://keplerproject.github.io/luafilesystem))
- `system` ([luasystem](https://github.com/o-lim/luasystem))
- `term.core` (C part of [lua-term](https://github.com/hoelzro/lua-term))