Skip to content
Zete Lui edited this page Jul 14, 2013 · 9 revisions

logo

Routing in a nutshell

Nyara the routing looks like the format in scanf or printf.

routing

You can assign the action an id and classes (just like CSS selectors) with meta

Please do have a look at the Manual. It's not long, and explains every methods used in the above example.

Parse and generate

A web framework, is a parser and generator on top of HTTP protocol.

A brief picture for request parsers implemented in Nyara (mostly in C):

request-parsers

You can see other ideas to make this framework fast.

Work while sleeping

todo a picture to explain the data flow