Express (under the hood in earlier versions)

E553134

Express (under the hood in earlier versions) refers to the Express.js web application framework that earlier versions of Sails.js relied on internally to handle HTTP requests and routing.

Try in SPARQL Jump to: Surface forms Statements Referenced by

All labels observed (1)

Label Occurrences
Express (under the hood in earlier versions) canonical 1

Statements (47)

Predicate Object
instanceOf open-source software
web application framework
category backend framework
server framework
software framework
compatibleWith Connect middleware
creator TJ Holowaychuk NERFINISHED
designedFor server-side web development
firstReleasedIn 2010
hasFeature error handling middleware
middleware stack
request and response objects
routing system
static file serving
hasMajorVersion 3.x
4.x
influenced Koa NERFINISHED
LoopBack NERFINISHED
NestJS NERFINISHED
Sails.js NERFINISHED
license MIT License
maintainer Express.js Foundation NERFINISHED
partOf Node.js ecosystem
programmingLanguage JavaScript
provides app.get() route definition
app.listen() server startup
app.post() route definition
app.use() middleware registration
repository https://github.com/expressjs/express
runsOn Node.js NERFINISHED
supports HTTP methods GET, POST, PUT, DELETE, etc.
HTTP request handling
JSON request bodies
RESTful APIs
URL-encoded request bodies
cookie handling (via middleware)
middleware
query string parsing
route parameters
routing
session handling (via middleware)
template engines
usedBy Sails.js (earlier versions) NERFINISHED
usedFor building APIs
building web applications
usedInternallyBy Sails.js HTTP hook (earlier versions)
website https://expressjs.com/

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

Sails.js uses Express (under the hood in earlier versions)