Skip to content

nuwavetech/lws-nonstop-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NonStop Explorer

The NonStop Explorer sample application demonstrates how a web application or mobile device can exchange messages with an HP NonStop Server Pathway application using NuWave Technologies LightWave Server. The client app communicates with a NonStop Pathway server using LightWave Server's Serverclass REST API.

The client app was developed using AngularJS and can be built into a native mobile application using Apache Cordova.

The server was developed in C, runs under Pathway, and uses Guardian system procedure calls to gather system information. The server uses standard request/response interprocess messages (IPMs) defined by DDL. LightWave Server acts as the gateway between the client app and the Pathway server.

The sample consists of three separate components:

  • The Pathway Server.
  • The client app. This version was created using AngularJS and Apache Cordova and may be deployed as a web or Android application.
  • A lightweight version of the client app. This is a simple HTML/Javascript version of the app for those unfamiliar with AngularJS.

Live web versions of the client apps, hosted on Amazon Cloudfront, can be found here:

The Android version of the app can be found at the Google Play Store.

Documentation for LightWave Server can be found at the NuWave Technologies Documentation Center


LightWave Server is a trademark of NuWave Technologies, Inc.
HP NonStop is a registered trademark of Hewlett-Packard.
All source code in this project is licensed under the MIT License.