gmosx / nitro

Nitro Web Application Framework

This URL has Read+Write access

gmosx (author)
Sat Oct 31 01:26:45 -0700 2009
commit  953319a426b381b3c5f3492f81d77a065b1adca0
tree    ab2fc8f1d8f5728b2c32043e5ec7435d1b026ab4
parent  01209a373ced47a0cb11c5872e067752ff78b36d
nitro / example
name age message
..
file README.md Loading commit data...
file jackconfig.js
directory public/
directory src/
example/README.md

A simple Nitro example

This is a very simple example. To start the application just give:

$ jackup

Then browse localhost:8080:

localhost:8080/
    A simple template with one interpolated param

localhost:8080/hello
    The mandatory Hello World

localhost:8080/stream
    A simple streaming example

There is not much to see in this example so go on and try the more advanced blog-gae example!