Skip to content

amiataas/xing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xing

A web framework for Haxe.

package;

import xing.Xing;

class Main {
	public static function main() {
		var x = new Xing();
		x.registerRoute("/", function(req, res) {
			res.setBody("Hello World");
			res.send();
		});
		x.listen("0.0.0.0", [8000]);
	}
}

Installation

To install Xing use: haxelib git xing https://github.com/amiataas/xing.

Features

  • Routing
  • Template Engine

WIP

This is a work in progress but routing and template engine works for now.

About

Haxe Web Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors

Languages