annotate README @ 5:4b6d7ca25381
Forward compatibility with future HTTP versions (accept absolute URLs as target); Always require "Host" header; Renamed request.url to request.target
author |
jbe |
date |
Sun Jan 11 23:18:12 2015 +0100 (2015-01-11) |
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
|