Stateless Rich Display

About This Space

Stateless demo app, where the mobile client or the browser would control the flow of the application


Last updated on April 25, 2019

Public Permissions:   View   Open/Fork   Run   Comment  

Stateless Rich Display Template

NodeRun Rich Displays are screens you create with the Visual Designer tool. Rich Display applications are automatically intended to be Single Page Apps, meaning the browser page never reloads. There are two methods for deploying Rich Display applications:

  • Stateful: where a server session is automatically established and the server controls the flow of the application; this is great for transactional process-oriented apps

  • Stateless: where the browser or mobile client controls the flow of the application and and server data is requested via AJAX calls as necessary; this model is great for event-driven applications, or applications where a server connection is not guaranteed

This template illustrates how a stateless application is created.

start.html file

The starting point for a Rich Display stateless application is a simple HTML file that links to the Profound UI JavaScript & CSS runtime files.

pui.show() API

To display a Rich Display screen, the client-side pui.show() API is used. More information about this API can be found here: http://www.profoundlogic.com/docs/pages/viewpage.action?pageId=4850033

Using Widget Events

Unlike stateful applications, where the typical user action sends a response to the server (via properties like "response" on a button), stateless applications typically use events. All Rich Display widgets contain a variety of events, such as onclick. You can type any client-side code directly into those events.

Be the first to comment:      

Comments

Write Preview Markdown: bold italic code link
Post

More Spaces By Rodrigo (@rruizque)

Filters:

Popular Recent

Educational demo on how to use Fusion Charts ion combination with a database to improve business applications. There is a link to a step by step video tutorial in the Readme file.

19328

0

0

This workspace illustrates the basic setup of an HTML page that includes external JavaScript and CSS files

19055

0

0

This is a NodeRun demo space for a Payments application using Node.js Fusion Charts, MariaDB and Rich Displays. The Readme file includes a link to a step by step tutorial

17073

0

0

This app allows a team to decide where to go for lunch (or dinner) by using acceptance voting.

18898

0

0

Full-stack application build with Node.js, MariaDB and Rich Displays. A link to an educational step by step video tutorial is available in the Readme file

18626

0

0

This is the completed example for the Stateful To-Do List Application walkthrough (https://noderun.com/docs/walkthroughs/stateful_todo_list_app) and the starting point for the Drag and Drop walkthrough (coming soon). Please feel free to fork this workspace to use as a starting place for you own projects or for the walkthroughs.

15819

0

0

Low code employee maintenance

16225

0

0