Learn

HTTP is an extremely powerful tool that serves as one of the communication foundations of the modern web. It allows for communication between two entities over common transport protocols. By leveraging this robust communication ability, HTTP can be used to develop complex application architectures over networks, allowing servers to communicate with other servers, databases, and much more. Combining this with Node.js core modules such as http, url, and querystring, it has never been easier to build a complex application on the web.

Instructions

Take a look at the workspace to the right. There is a complete server that processes HTTP requests to various resources. Think about how you could modify this server to add more features.

Here are some interesting ways you could modify the server:

  • Add some additional headers to a response.
  • Process the query parameters for the GET requests with the querystring module instead of the url module.
  • Make a request to a database from within an endpoint.

Take this course for free

Mini Info Outline Icon
By signing up for Codecademy, you agree to Codecademy's Terms of Service & Privacy Policy.

Or sign up using:

Already have an account?