Node.js on TCI
- Getting started
- Prerequisites
- My first Node.js app
- Deploy your first Node.js app
- Test your Node.js app
- Manage your Node.js apps
- Adding dependencies to your app
- Run your app locally
- Understanding the generated code
- Advanced topics
- Best practices
- Resources
Node.js® is a JavaScript runtime built on Chrome?s V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. 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?ll show you both options, so you can choose whichever fits your needs best.
The tutorials do assume that you have a TIBCO Cloud Integration account and that you have Node.js installed.
Recommended Comments
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now