Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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