Jump to content
  • Run your Node.js TIBCO Cloud? Integration app locally


    Deepesh Tiwari

    Node.js on TIBCO Cloud? Integration

    1. Getting started
    2. Prerequisites
    3. My first Node.js app
    4. Deploy your first Node.js app
    5. Test your Node.js app
    6. Manage your Node.js apps
    7. Adding dependencies to your app
    8. Run your app locally
    9. Understanding the generated code
    10. Advanced topics
    11. Best practices
    12. Resources

    Uploading your app to TIBCO Cloud? Integration and running it there is great, but you probably want to test it locally first.

    Start by installing all the apps dependancies locally. With Node.js this is easily achieved by running the command npm install. After the install has completed you can run the app via the command node . and you?re good to go!

    If you?re working the app from the tutorial the output in your terminal window will look a little like this:

     $ npm install npm WARN hello-world-nodejs-app-1501395218703@1.0.0 No license field.  added 282 packages in 10.973s $ node . 21:53:43.561 INFO App running on :::8000

    Your app is now running locally!

    Check out the generated code


    User Feedback

    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 account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×
×
  • Create New...