sofiane-abou-abderrahim / ajax-async-js-http-in-nodejs-express-mongodb-website

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

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.


Languages

Language:JavaScript 42.3%Language:EJS 39.3%Language:CSS 18.4%