Stateless Rich Display

Al3 (@al3)

8610

0

0

About This Space

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


Last updated on August 7, 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 Al3 (@al3)

Filters:

Popular Recent

This space creates an AWS S3 Bucket Browser using AWS SDK APIs. It allows you to create and delete buckets, list objects in a bucket, and Upload, download, preview or delete objects.

Al3

20775

1

1

A basic example of using Google Maps Address Autocomplete in a Rich Display Screen and a Google map view

Al3

19360

1

0

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

Al3

16827

0

3

Very basic file upload example using the File Upload Drag and Drop widget

Al3

16678

0

3

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

16393

0

2

This space uses a web service api from Houndify which enables it to interpret common language questions and respond.

Al3

15956

0

0

Image Data Review lets you upload an image and retrieve all available metadata from it.

Al3

15106

0

2

A multiple choice trivia game that consumes a web service from Open Trivia Database to generate questions and option choices.

Al3

14790

0

2

Advanced CRUD application

Al3

14594

0

0

example mortgage application

Al3

14275

1

3

This space creates an AWS S3 Bucket Browser using AWS SDK APIs. It allows you to create and delete buckets, list objects in a bucket, and Upload, download, preview or delete objects. This space is protected to protect the credentials being used for the example. To see the code or create a version to browse your own S3 buckets see http://noderun.com/al3/aws-s3-bucket-browser/

Al3

14061

1

1

JavaScript Sound Recording and Play Back

Al3

14014

0

1