Difference between revisions of "Express.js"

From wikieduonline
Jump to navigation Jump to search
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
[[wikipedia:express.js]] [[web application framework]] for [[Node.js]].
 +
* https://expressjs.com/
 +
 
* [[MERN (stack)]]
 
* [[MERN (stack)]]
  
 +
* Routing: https://expressjs.com/en/guide/routing.html
 +
 +
 +
[[npm install express]] --save
 +
 +
[[import]] type { Request } from "express";
  
 
== Related terms ==
 
== Related terms ==
 
* [[MEAN (solution stack)]]
 
* [[MEAN (solution stack)]]
 +
* [[LAMP Stack]]
  
 
== See also ==
 
== See also ==
 +
* {{MERN}}
 +
* {{node.js}}
 
* {{js}}
 
* {{js}}
  
 
[[Category:JavaScript]]
 
[[Category:JavaScript]]

Latest revision as of 06:59, 14 June 2024

Advertising: