June 2013
Intermediate to advanced
236 pages
4h 33m
English
Any website that is beyond simple static web pages is likely to have forms, support file uploads, and maintain some form of data state. Forms, cookies, and sessions are all interrelated and work together to accomplish the common goal of creating a dynamic experience in a web app.
This chapter is about enabling these features in an Express app. Here is what you will learn in this chapter:
The HTML form provides two methods for submitting data to the backend using the GET and the POST methods. In this section, we will ...
Read now
Unlock full access