Pinned Repositories
detox
Detox - A cross-platform library, written in Haxe, that makes working with Xml and the DOM light weight and easy.
erazor
A Haxe implementation of the MVC 3 Razor view engine
hello
"Hello World" example for websites / web-apps built using Ufront - a Web Framework for Haxe.
hxevents
simple cross-platform events system
ufront
Ufront is a powerful MVC web framework for Haxe. It gives you quick development, shared code on the client and server, powerful extensibility, easy testing, and targets PHP or Neko. This is the mothership repo - most of the actual code is contained in the other ufront repos, such as ufront-mvc.
ufront-mvc
The core MVC framework that powers ufront
ufront-orm
The Object Relational Mapper, allows easy, type-safe access to your database. Builds on Haxe's SPOD but adds macro powered relationships, validation and client side usage
ufront-ufadmin
The automatic admin website for your ufront project. Administer admin-tasks, migrations, backend data and auth details.
ufront-uftasks
A command line tool that lets you administer parts of your website (Run tasks, migrations, and an interactive shell)
ufront.net
The website for Ufront.net
Ufront's Repositories
ufront/ufront
Ufront is a powerful MVC web framework for Haxe. It gives you quick development, shared code on the client and server, powerful extensibility, easy testing, and targets PHP or Neko. This is the mothership repo - most of the actual code is contained in the other ufront repos, such as ufront-mvc.
ufront/detox
Detox - A cross-platform library, written in Haxe, that makes working with Xml and the DOM light weight and easy.
ufront/ufront-mvc
The core MVC framework that powers ufront
ufront/ufront-orm
The Object Relational Mapper, allows easy, type-safe access to your database. Builds on Haxe's SPOD but adds macro powered relationships, validation and client side usage
ufront/erazor
A Haxe implementation of the MVC 3 Razor view engine
ufront/hello
"Hello World" example for websites / web-apps built using Ufront - a Web Framework for Haxe.
ufront/hxevents
simple cross-platform events system
ufront/mvc-platform-test
A simple ufront app + CLI tool to text that HttpRequest and HttpResponse function well across various targets.
ufront/ufblog
A blog that has been built with Ufront (a web framework for Haxe).
ufront/ufront-clientds
ClientDS is a Data Store that lets your client code access (and cache) objects from your server's database. It uses ufront-orm, ufront-remoting, and ufront-easyauth to keep make things as seamless as possible.
ufront/ufront-easyauth
Easy database-driven authentication for ufront. Each group is assigned permissions, and each user can belong to certain groups.
ufront/ufront-mail
Tools to help with the sending of email from ufront applications
ufront/ufront-manual
The content of the ufront manual
ufront/ufront-ufadmin
The automatic admin website for your ufront project. Administer admin-tasks, migrations, backend data and auth details.
ufront/ufront-uftasks
A command line tool that lets you administer parts of your website (Run tasks, migrations, and an interactive shell)
ufront/ufront.net
The website for Ufront.net
ufront/ufront-analytics
ufront/ufront-client
Ufront is a powerful MVC web framework for Haxe - and ufront-client gives you all the ufront goodness client-side, running in the browser. This is a mothership repo, that does not contain any source, but rather, a list of dependencies to make managing your ufront-client projects easier.
ufront/ufront-mvc-classic
The "classic" flavour of Ufront's MVC system. Modelled closely on ASP.net's MVC2 Framework. Very flexible, but heavy and has a heavy dependence on RunTime Type Infos, so may be slower and less type-safe. See ufront-mvc for an alternative implementation.
ufront/ufront-tool
Helper tool for Ufront