Task Force Waehrungsrechner
About This Space
This app consumes a web service and display the information in a grid
Last updated on March 11, 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 AJ_400 (@aj_400)
- 1
- 2
The app is used to for hosting events. It allows users to select their schedule, rate sessions, and leave feedback for speakers
3515
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
3751
0
0
Displaying information in grids is fundamental to developing applications. This demo application displays a list of products in a grid.
3466
0
0
A demo of how to build Rich Displays in the Visual Designer that integrate with external CSS and JavaScript file
3626
0
0
A Hello World app with both dynamic output and input fields. It also illustrates the basics of screen transition animation.
3402
0
0
A Hello World app with both dynamic output and input fields. It also illustrates the basics of screen transition animation.
3363
0
0
3652
0
0
- 1
- 2
Be the first to comment:
Comments