An example Diffusion client that builds a topic tree of real foreign exchange prices, as refered to in the tutorial https://www.pushtechnology.com/blog/tutorial/topic-views
npm install
Presuming your Diffusion server is available on ws://localhost:8080 then run
npm start
-hhost of Diffusion server, default:localhost-pport of Diffusion server, default:8080-Uusername/principal to authenticate session, default:control-Ppassword/credentials to authenticate session, default:password-ttopic path, under which to create topics, defaultDemos/Fx
For example npm start -- -h somehost.example.com -p 8088
This library is licensed under Apache License, Version 2.0.
Copyright (C) 2019 Push Technology Ltd