Consuming a Web Service
About This Space
This app consumes a web service and display the information in a grid
Last updated on June 28, 2019
Public Permissions: View Open/Fork Run Comment
Consuming a Web Service Template
This template is a simple demonstration of how to consume a Web Service using Node.js. It retrieves currency exchange data and presents it in a sortable grid.
Async with No Callbacks
To simplify development, NodeRun provides pjs API to make asynchronous requests without having to code callbacks. These API reduce complexity allowing you to code business application logic in a straightforward top-down manner.
pjs API
- pjs.sendRequest() - Send a Web Services request from Node.js server-side code
- display.grid.replaceRecords() - Clear and add records to a Rich Display Grid
- pjs.defineDisplay() - Create a Rich Display object from json definition
- display.screen.execute() - Display a screen and wait for user to respond
More Spaces By misodle (@misodle)
- 1
- 2
This interactive app prompts the user for key fields to lookup a database record and displays the results
2278
0
0
This is a full database maintenance CRUD application with view, change, add, and delete capabilities
2264
0
0
This workspace illustrates the basic setup of an HTML page that includes external JavaScript and CSS files
2306
0
0
Displaying information in grids is fundamental to developing applications. This demo application displays a list of products in a grid.
2432
0
0
2343
0
0
2300
0
0
- 1
- 2
Be the first to comment:
Comments