aries release

I want to officially announce 0.0.1 release of aries mvc framework for nodejs.

github repository

project site

let’s start from hello-world app:

/**
 *@RequestMapping(value="/hello-world")
 */
HalloWorldController.prototype.sayHello =
                               function(request, response){
	response.end("Hello world!");
};

As you can see url routing is done with simple annotations. I have think that annotations are awesome and hope there are people who will like that style of coding.

You can check more examples on official site and start shortly.

next post will be on what comes next

This entry was posted in post and tagged , . Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>