https://github.com/dchest/lua-corweb
Tiny unfinished Lua coroutine-based stateful web framework.
https://github.com/dchest/lua-corweb
Last synced: 10 months 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 (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-11-10T11:33:52.000Z (over 15 years ago)
- Last Synced: 2025-06-28T15:44:58.280Z (12 months ago)
- Language: Lua
- Homepage:
- Size: 89.8 KB
- Stars: 2
- Watchers: 2
- 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-xavante
RUNNING
-------
cd lua-corweb
wsapi
Then go to http://localhost:8080/app.lua/
FILES
-----
app.lua -- sample application
web.lua -- framework
utils.lua -- some optional useful utility functions