Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eddymens/lua-server

Lua development server
https://github.com/eddymens/lua-server

lua lua-library server

Last synced: about 1 month ago
JSON representation

Lua development server

Awesome Lists containing this project

README

        

# README

**Requirements**
- Lua 5.1 and above
- Luasockets `luarocks install luasocket`

**Installation && Usage**
- `$ git clone https://github.com/EDDYMENS/lua-server.git`
- `$ lua server.lua app` NB: app is the entry lua script included in the repo, Type this out without the .lua extension

**TODO**
- Code cleanup
- Push to Luarocks