Skip to content
✌ Makis Tracend edited this page Jan 30, 2016 · 2 revisions

...

Routes

All requests are converted to routes which then redirect to the appropriate logic. The general principle of any route is:

middleware:action(s)|data
  • Middleware is the alias of a running program, usually loaded as a separate module.
  • Actions is a regular path that describes the specific type of information requested.
  • The data is usually a JSON encoded in base64 as a continuous string.

Examples might be:

search:image/category/planes|...

dialogue:idea|...

math:calculate|...
Clone this wiki locally