REST Web Services Server and Client AJAX

Al3 (@al3)

8863

0

0

About This Space

A demo of how to build and consume Web Services from both the server side and with AJAX on the client side


Last updated on November 1, 2019

Forked from: /al3/rest-web-services-2/

Public Permissions:   View   Open/Fork   Run   Comment  

REST Web Service example with both server side and client side requests.

This space is fork of the REST Web Service template modified to load the customer details on the client side using AJAX in the OnRowClick() event of the grid.

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 service to load the customerr list grid and then uses a client side AJAX request to load the details.

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.default

NodeRun expects that your Node.js file exports a property named 'default' or '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 Al3 (@al3)

Filters:

Popular Recent

example mortgage application

Al3

11872

0

0

example mortgage application

Al3

14265

1

3

Simple example of a real world business application

Al3

9509

0

0

Simple output to a browser from Node.js

Al3

11431

0

0

low code version of PO Demo

Al3

2539

0

0

This space demonstrates how to create a more responsive grid using a layout widget and a little bit of JavaScript and a responsive edit screen. It also incorporates consuming a web service to load list data, adding image upload and display to a screen, and using gauges from Fusion Charts

Al3

16377

0

2

This space demonstrates how to create a more responsive grid using a layout widget and a little bit of JavaScript and a responsive edit screen. It also incorporates consuming a web service to load list data, adding image upload and display to a screen, and using gauges from Fusion Charts

Al3

11677

0

0

This space demonstrates how to create a more responsive grid using a layout widget and a little bit of JavaScript.

Al3

16795

0

3

A demo of how to build and consume Web Services with and without parameters

Al3

10959

0

0

A demo of how to build and consume Web Services with and without parameters

Al3

8710

0

0