Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/axway-streams/axway-amplify-streams-js
- Owner: axway-streams
- License: apache-2.0
- Created: 2015-03-19T14:22:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T12:38:12.000Z (almost 2 years ago)
- Last Synced: 2024-11-01T22:38:05.713Z (9 days ago)
- Topics: angular, js, nodejs, server-sent-events, sse, streamdataio, streaming-data, vuejs
- Language: JavaScript
- Homepage: https://www.axway.com/en/products/api-management/manage-apis/amplify-streams
- Size: 2.94 MB
- Stars: 78
- Watchers: 15
- Forks: 27
- Open Issues: 49
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 AngularJSTo 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!