Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/axway-streams/axway-amplify-streams-js

AMPLIFY Streams Javascript package containing SDK, documentation and sample applications
https://github.com/axway-streams/axway-amplify-streams-js

angular js nodejs server-sent-events sse streamdataio streaming-data vuejs

Last synced: 1 day ago
JSON representation

AMPLIFY Streams Javascript package containing SDK, documentation and sample applications

Awesome Lists containing this project

README

        

# streamdataio-js
Streamdata.io by Axway (aka AMPLIFY Streams) Javascript SDK package containing SDK, documentation and sample applications.

The SDK allows the use of the Streams SaaS proxy to get data pushed from various sources and to use them in your application.

In this directory, you will find:
- a minified version of the SDK for UI (streamdataio-web.min.js) and Node.js (streamdataio-node.min.js)
- the documentation that helps you to understand how it works (doc)
- several sample projects that show how to use this SDK within a Javascript application, using your favorite JS stack
- stockmarket sample shows how to get data from a demo data source returning simulated market data, and bind them to a simple UI using JQuery
- stockmarket-angular is another version of stockmarket projet using AngularJS

To run a sample and understand how it works, clone the git repository, open the index.html of the sample in your browser (Chrome, Firefox, Safari) and browse the code!

If you have any questions or feedback, feel free to ask: https://developer.axway.com/

Enjoy!