Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dchest/lua-corweb
Tiny unfinished Lua coroutine-based stateful web framework.
https://github.com/dchest/lua-corweb
Last synced: about 1 month ago
JSON representation
Tiny unfinished Lua coroutine-based stateful web framework.
- Host: GitHub
- URL: https://github.com/dchest/lua-corweb
- Owner: dchest
- Created: 2010-11-10T11:33:37.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2010-11-10T11:33:52.000Z (about 14 years ago)
- Last Synced: 2024-04-15T01:16:09.410Z (7 months ago)
- Language: Lua
- Homepage:
- Size: 89.8 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Tiny unfinished Lua coroutine-based web framework.
REQUIREMENTS
------------Requires WSAPI (and Xavante to run it standalone).
luarocks install xavante
luarocks install wsapi-xavanteRUNNING
-------cd lua-corweb
wsapiThen go to http://localhost:8080/app.lua/
FILES
-----app.lua -- sample application
web.lua -- framework
utils.lua -- some optional useful utility functions