Pages
Categories
Archives
JsTweeterManiac
- adding this 2 lines of code to your impress.js presentation will allow you to switch slides with your Iphone https://t.co/7Q4rgaMo 12 hours ago
- #nodejs is like #jquery for backend. It Will change web development. 22 hours ago
- hate when people resharing/retwitting links without even reading:( 23 hours ago
- thank's @darkproger for showing smartos awesomeness! Now I start loving Joyent. 2 days ago
- #hint #jsgroup if you use Iphone as remote control for your presentation - turn off all notifications. 3 days ago
- #jsgroup смотрите твит чат для фидбека:) 4 days ago
- #jsgroup моя презентация с Iphone remote control доступна на гитхабе http://t.co/auIgmexp 4 days ago
- #jsgroup https://t.co/FO6zI2pe травис рулит! 4 days ago
- #jsgroup nodejs google+ fan page о которой я говорил http://t.co/IdbGqaXd 4 days ago
- #jsgroup скоро розетки кончатся:( http://t.co/FQkaEIUV 4 days ago
-
RSS Links
-
Meta
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