Accepting user input from forms
Web applications commonly gather user input through form submissions. Node doesn’t handle the workload (like validation or file uploads) for you—Node just provides you with the body data. Although this may seem inconvenient, it leaves opinions to third-party frameworks in order to provide a simple and efficient low-level API.
