- Notifications
You must be signed in to change notification settings - Fork8
tong/wtri
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Embeddable haxe/sys web server.
newwtri.Server((req,res)-> {Sys.println(req.path);res.end('Hello!');}).listen(8080);
See:Main.hx
git clone https://github.com/tong/wtri.gitcd wtri/haxelib dev wtri.haxe wtri.hxml -hl wtri.hlhaxe wtri.hxml -neko wtri.nhaxe wtri.hxml -cpp cpphaxe wtri.hxml -python wtri.pyhaxe wtri.hxml -lua wtri.lua -D lua-vanilla -D lua-jithaxe wtri.hxml --jvm wtri.jarmake# HashlinkC
Usage: wtri [options][--host]<name>: Address tobind[--port]<number>: Port tobind[--root]<path>: Filesystem root[--uv]<connections>: Use libuv[--quiet]: Disable logging to stdout[--help]: Print thishelp