Getting Started with Node.js Apps

Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.jss uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. The Node.js package ecosystem, npm, is the largest ecosystem of open source libraries in the world.

With TIBCO Cloud Integration, you can build your Node.js in two ways. The first option is to start with an API specification and generate your implementation from there. The second option is to start with an almost blank slate. In this documentation we show you the first option, but you can choose whichever fits your needs best.

The tutorials assume that you have a TIBCO Cloud Integration account and that you have Node.js installed. See the Node.js Prerequisites topic for more requirements.

What to Do Next