IntroductionThe following diagram describes the simple actions of a NYMRL router node. Details- A HTTP POST or GET arrives, with a set of variables which are a NYMRL Header. The data in the envelope is arbitrary and encoded. OR it is a regular HTTP POST/GET which you can parse into a NYMRL message.
- Your CGI app receives the message and parses/forwards the data to NYMRL.
- NYMRL parses the message
- NYMRL looks up the routing data and "permissions"
- then an order is determined
- a forward the message to 1 or more other servers
- b pass the data packet to a compiled in callback function (either in your cgi or another lib)
- send a response
Diagram
|