Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eddymens/lua-server
- Owner: EDDYMENS
- Created: 2019-04-23T23:25:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-25T17:29:52.000Z (over 5 years ago)
- Last Synced: 2024-10-06T03:41:35.357Z (3 months ago)
- Topics: lua, lua-library, server
- Language: Lua
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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