gmosx / nitro
- Source
- Commits
- Network (2)
- Issues (1)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
953319a
commit 953319a426b381b3c5f3492f81d77a065b1adca0
tree ab2fc8f1d8f5728b2c32043e5ec7435d1b026ab4
parent 01209a373ced47a0cb11c5872e067752ff78b36d
tree ab2fc8f1d8f5728b2c32043e5ec7435d1b026ab4
parent 01209a373ced47a0cb11c5872e067752ff78b36d
nitro / example
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!

