rjpcomputing / restserver

A simple server API for writing REST services running over WSAPI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RestServer

A simple server API for writing REST services running over WSAPI.

A plugin for launching on Xavante is provided. Currently, it is the only way to run this out-of-the box.

Installing

luarocks install restserver-xavante

Using

Check the todo-list example in the examples/ directory. It should be easy to follow!

The server is a Lua script and the example client exercising the REST API provided by the server is a shell script powered by Curl.

Author

Hisham Muhammad - @hisham_hm - http://hisham.hm/

License

MIT/X11. Enjoy! :-D

About

A simple server API for writing REST services running over WSAPI

License:MIT License


Languages

Language:Lua 89.2%Language:Shell 10.8%