moonbridge
view 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 |
line source
1 Quickstart guide:
3 $ make # hint: use bmake on GNU systems
4 $ ./moonbridge example_application.lua
6 Then connect to http://localhost:8080/
8 To learn more, check example_application.lua and reference.txt files. If you
9 experence any touble during compilation, please edit the Makefile to match
10 your system.