Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

Create an express application

//Creates an Express application. The express() function is a top-level function exported by the express module.

var express = require('express')
var app = express()
Source by expressjs.com #
 
PREVIOUS NEXT
Tagged: #Create #express #application
ADD COMMENT
Topic
Name
1+5 =