Servers routes

Routes are patterns (or simple path string) that are telling express how to handle a particular request.

You can check the express routing documentation for more information about valid routes patterns, etc...

Handlers

Each registered routes have to be linked to a particular handler. I let you check the documentation to register and create new handlers.

Registering a new route

To register your own route(e), the easiest way is to register it through a module.

To check how to register a module, check the modules documentation page.

Bugs
are not our friends...

Don't hesitate to declare an issue if something does not works as expected.

Declare my issue on Github Talk about it on Discord

The more we are,
the stronger we become.

Don't hesitate to tell some words to you friends about us. The goal is to became more and more each days to help each others...

Support us on Patreon! Share on Facebook! Make a tweet!

The more we are,
the stronger we become.

Don't be afraid to join us on Discord.

Join us on discord!

We love,
Open source!

All of our codebase can be found on Github. We hope that you may contribute to help us make our tools even better!

Discover our codebase!

Welcome on