First Test

About This Space

No description provided.


Last updated on March 7, 2019

Public Permissions:   View   Open/Fork   Run   Comment  

REST Web Services Template

This template provides an example of how to create REST Web Services in NodeRun. Two Web Services are bundled with this template:

  • list.js retrieves a customer list from a database table
  • getCustomer.js retrieves information about a specific customer

Web Services URI

The URI format for the Web Services is:

https://noderun.com/run/[your profile]/[your space name]/[route]/[params]

Before you can run the Web Service, you must create a NodeRun profile and publish a space. The route and params are defined by right-clicking the Node.js file in the Files tree and selecting Properties.

Screenshot

In the Properties window, you can mark a file as a Web Service, and specify the HTTP Method and Route Path.

Screenshot

Testing

This template provides a Node.js module and interface to test the Web Services. Simply select the Launch App option to run the test.

Screenshot

Screenshot

The test uses server-side requests to communicate with the services; however, client-side AJAX requests would work just as well. You can try testing the Web Services using client-side requests by navigating to the appropriate URL in your browser or by using a tool like Postman.

Request and Response Objects

The web server used for NodeRun is Profound.js, which is a superset of Express. Express provides various capabilities for receiving input and sending output using special Request and Response objects. You can refer to the Express API reference for the various properties and methods provided by these objects.

exports.run

NodeRun expects that your Node.js file exports a property named 'run', which must point to the main function to execute when the module is called.

API

Be the first to comment:      

Comments

Write Preview Markdown: bold italic code link
Post

More Spaces By AJ_400 (@aj_400)

Filters:

Popular Recent

The app is used to for hosting events. It allows users to select their schedule, rate sessions, and leave feedback for speakers

3367

0

0

A simple app to be called from RPG. It leverages the node-isbn package to resolve ISBN numbers and get the book title

3583

0

0

Displaying information in grids is fundamental to developing applications. This demo application displays a list of products in a grid.

3313

0

0

A simple dashboard example that uses responsive design

3290

0

0

A demo of how to build Rich Displays in the Visual Designer that integrate with external CSS and JavaScript file

3467

0

0

A Hello World app with both dynamic output and input fields. It also illustrates the basics of screen transition animation.

3270

0

0

A Hello World app with both dynamic output and input fields. It also illustrates the basics of screen transition animation.

3221

0

0

Simple inquiry application

2918

0

0

Simple inquiry application

3265

0

0

Simple inquiry application

3036

0

0

This app consumes a web service and display the information in a grid

3476

0

0

This app consumes a web service and display the information in a grid

3499

0

0