Skip to content

AngularJS invokes Node.js using REST and then invokes OpenEdge using JSDO

License

Notifications You must be signed in to change notification settings

ghas-results/angular-jsdo-demo

 
 

Repository files navigation

Project Description

This project contains a node.js server that takes data from an OpenEdge Mobile service exposed with the jsdo protocol, then converts and exposes the data in json form. It will respond to any HTTP request by serving this json data. To show off this functionality, the project contains a static instance of node that requests this json data and displays it in the browser in a formatted table using AngularJS.

Project Directories

StaticNodeServer - This directory contains the static node server that serves the json content to the end user, formatted with AngularJS.

License

License for the Sample is MIT. License does not cover progress.js nor progress.session.js but they are redistributable.

Relevant Blog Posts

Displaying OpenEdge Data in an AngularJS Web App

About

AngularJS invokes Node.js using REST and then invokes OpenEdge using JSDO

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%