Stateless App Demo

About This Space

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


Last updated on July 3, 2019

Public Permissions:   View   Open/Fork   Run   Comment  

Employee and Office Management

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. Here is an example of using the Rich Display creating an employeee and office management app. 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 guide 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 jpark (@jpark)

Filters:

Popular Recent

A Hello World app with both dynamic output and input fields. It also illustrates the basics of screen transition animation.

9125

0

0

A Hello World app with both dynamic output and input fields

7192

0

0

A Hello World app with both dynamic output and input fields

6563

0

0

A Hello World app with both dynamic output and input fields. Also illustrates the basics of animation.

10863

1

7

ss

Test Space for React

7340

0

0

A simple Demo of how to deploy EJS templates from a stateful Node.js script

8219

0

0

Static HTML Hello World App

6682

0

0

Static HTML Hello World App

6782

0

0

Static HTML Hello World App

6746

0

0

Static HTML Hello World App

7000

0

0

6426

0

1

This is a simple demo of Fibers! Fibers simplifies code by avoiding messy code known as "callback hell", "promises hell", or "async/await hell". Once Fibers is setup, you never have to think about callbacks or promises (they are handled automatically for you).

8157

0

0