| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Linking Hashlink to the role of a webserver.
class Main {
public static function main() {
var app = new weblink.Weblink();
app.get("/", function(request, response) {
response.send("HELLO WORLD");
});
app.listen(2000);
}
}Install dev version:
haxelib git weblink https://github.com/PXshadow/weblink
Include in build.hxml
-lib weblink
| Back | FazBrowse Home | New Git URL |