add some works
This commit is contained in:
parent
cd9ec0c774
commit
8807e5aaab
22 changed files with 1074 additions and 3 deletions
6
handlers/README.md
Normal file
6
handlers/README.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
# Handlers
|
||||
|
||||
This folder contains [Mux](https://github.com/gorilla/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.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue