Skip to content

Files

Latest commit

Oct 18, 2020
2ce93ce · Oct 18, 2020

History

History
This branch is 2 commits behind planety/prologue-examples:master.

basic_structure

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 18, 2020
Oct 18, 2020
Oct 18, 2020
Oct 18, 2020
Oct 18, 2020

Different approaches to defining router and handler

  • default is a plain function way and is more preferable.
  • dsl is DSL (domain specific language) - less code footprint.
  • like_django follows Django pattern in terms of url handling
  • like_expressjs is using anonymous handler (more on that: anon_handler)