Node.js Generated Code

Earlier we mentioned that a collection of files were generated when you downloaded the ZIP archive from TIBCO Cloud™ Integration. Let's examine some of them in a bit more detail and talk about where they come from and why they are needed. The code is generated for use with Express. Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications.

Copy
├───hello_world_nodejs_app_1501395218703
│   |───manifest.json
│   └───hello_world_nodejs_app_1501395218703
|       |───.eslintignore
|       |───.eslintrc
|       |───.npmignore
|       |───package.json
|       |───README.md
|       |───server.js
│       ├───config
│       │   └───swagger.json
│       ├───data
│       │   |───mockgen.js
│       │   └───greeting
│       │       └───{name}.js
│       ├───handlers
│       │   └───greeting
│       │       └───{name}.js
│       ├───tests
│       │   └───greeting
│       │       └───{name}.js
│       └───util
│           └───logger.js

Other Notes