Skip to content
#

http-methods

Here are 71 public repositories matching this topic...

In this NodeJS - Express - MongoDB website, I sent AJAX requests. Therefore, I can send my own requests without getting the page reloading and I handle the response manually in my browser-side code. For this, I used the fetch() function. With this function, I sent GET requests and POST requests.

  • Updated Sep 18, 2022
  • JavaScript

In this little demo application, I used NodeJS and its own API to create a HTTP server to communicate from the backend with the frontend of my previous "JavaScript Share My Place" application.

  • Updated May 2, 2024
  • JavaScript

Covering installation, routing, middleware, error handling, and RESTful APIs, the course emphasizes practical applications like user authentication using sessions and JWT. Explore project structure, error management, and best practices for building scalable applications.

  • Updated May 4, 2025
  • JavaScript

Improve this page

Add a description, image, and links to the http-methods topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the http-methods topic, visit your repo's landing page and select "manage topics."

Learn more