subhub/handlers/README.md
2019-09-07 17:54:53 +03:00

378 B

Handlers

This folder contains Mux route handlers. If you've worked in webservers in other languages, it's similar to the concept of controllers.

It's common to see a handler take some information and spit it to something in lib. This is because handlers convert web-server knowledge to buisness-logic rather than do everything at once.