Creating your first express application
Express is a Node.js web framework. It allows rapid development of web applications. It provides an easy way to handle routing of an application by exposing REST APIs.
In this chapter, you create an application that uses the Express framework and the Watson Natural Language Understanding service to extract the author name from any article that is published on the web. To the application, you provide the web address (URL) of the article; the application will output the name of the author (or multiple names ...

Get Developing Node.js Applications on IBM Bluemix now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.