- Blockchain By Example
- Bellaj Badr Richard Horrocks Xun (Brian) Wu
- 56字
- 2021-06-10 18:53:35
Routing
The actual application functionality is just a basic user model with a few views and a controller without supporting registration and logging in/out. Unsurprisingly, to handle the HTTP requests, we are using the expressJs framework, which provides us with middleware to handle incoming HTTP requests and translate each into an action.