Région de recherche :

Date :

https://dev.to › ericlecodeur › creer-un-backend-en-javascript-introduction-a-node-js-3014

Créer un backend en Javascript (partie 1) : Introduction à Node.js

Voici une série d'articles qui vous permettra créer des applications backend en Javascript. Node.js est aujourd'hui un incontournable, il est donc essentiel pour un développeur de le maitriser.

Créer un backend en Javascript (partie 1) : Introduction à Node.js

https://kinsta.com › fr › blog › creer-application-express

Créez et déployez une application Node.js en 5 minutes avec ... - Kinsta

Express, le framework Node.js le plus utilisé au monde, permet aux développeurs de créer des serveurs web backend avec JavaScript. Ce cadre fournit la plupart des éléments dont les développeurs ont besoin dès le départ, en simplifiant le routage et la réponse aux requêtes web.

Créez et déployez une application Node.js en 5 minutes avec ... - Kinsta

https://apprendre-la-programmation.net › node-js-javascript-backend

Node.js ou comment faire du backend avec JavaScript

Node.js est peut être la solution qui pourrait vous convenir si vous souhaitez faire du backend dans le monde du développement web. Je vais vous en expliquer son histoire et ce qu’il faut utiliser pour commencer.

Node.js ou comment faire du backend avec JavaScript

https://nodejs.org › en › learn

Introduction to Node.js

Node.js is an open-source and cross-platform JavaScript runtime environment that runs the V8 engine outside of the browser. Learn how to create a web server with Node.js, use its standard library and handle concurrency with non-blocking I/O.

Introduction to Node.js

https://blog.devops.dev › getting-started-with-node-js-as-a-backend-a-beginners-guide-00...

Getting Started with Node.js as a Backend: A Beginner’s Guide

Lets understand basics of Node.js and how to use it as a backend technology. What is Node.js? Node.js is an open-source, cross-platform JavaScript runtime built on the V8 JavaScript engine. It allows you to run JavaScript code outside of a web browser, making it ideal for server-side development.

Getting Started with Node.js as a Backend: A Beginner’s Guide

https://dev.to › devshi › creating-your-first-backend-with-nodejs-step-by-step-guide-in...

Creating Your First Backend with Node.js: Step-by-Step Guide in 2024

Learn how to build a backend for your web application using Node.js, a popular JavaScript runtime environment. Follow the steps to install Node.js and Express.js, connect to a database, and implement CRUD operations.

https://openclassrooms.com › fr › courses › 6390246-passez-au-full-stack-avec-node-js...

Passez au Full Stack avec Node.js, Express et MongoDB

Créez, dans votre dossier backend , un dossier routes puis, dans ce nouveau dossier, un fichier stuff.js . Celui-ci contiendra la logique de nos routes stuff : const express = require ('express'); const router = express. Router (); module. exports = router;

Passez au Full Stack avec Node.js, Express et MongoDB

https://dev.to › ericchapman › create-a-backend-in-javascript-introduction-to-node-js-215a

Create a backend in Javascript (part 1): Introduction to Node.js

Learn how to use Node.js to run JavaScript code outside of a browser and create server-side web applications. This article introduces Node.js basics, installation, differences with browser JavaScript, and global objects.

Create a backend in Javascript (part 1): Introduction to Node.js

https://www.coursera.org › learn › developing-backend-apps-with-nodejs-and-express

Developing Back-End Apps with Node.js and Express | Coursera

Extend your Node.js applications with third-party packages and frameworks, including Express. Use npm to manage Node.js packages in your Node.js application. Develop asynchronous callback functions and promises to complete asynchronous operations.

Developing Back-End Apps with Node.js and Express | Coursera