annotate README @ 7:4d7551c962d5
New method request:send_text_status_response(...) that was previously only available internally as error_response(...) function
| author |
jbe |
| date |
Thu Jan 29 01:33:00 2015 +0100 (2015-01-29) |
| parents |
f6d3b3f70dab |
| children |
32e0838d16e6 |
| rev |
line source |
|
jbe@0
|
1 Quickstart guide:
|
|
jbe@0
|
2
|
|
jbe@0
|
3 $ make # hint: use bmake on GNU systems
|
|
jbe@0
|
4 $ ./moonbridge example_application.lua
|
|
jbe@0
|
5
|
|
jbe@0
|
6 Then connect to http://localhost:8080/
|
|
jbe@0
|
7
|
|
jbe@0
|
8 To learn more, check example_application.lua and reference.txt files. If you
|
|
jbe@0
|
9 experence any touble during compilation, please edit the Makefile to match
|
|
jbe@0
|
10 your system.
|
|
jbe@0
|
11
|