Getting Started with Express
Learn how to use Node.js, Express.js and Nunjucks to create dynamic web applications
HTTP request methods - Mozilla Developer Network
GET /hello Route Handler
app.get('/hello', function(request, response) {
response.send('Hello');
});
Need help? Have questions? Join the Vonage Developer Community Slack and use the channel #onehack.