Web Spy for XComponent
SpyXComponent is web application made with TypeScript/ReactJS/Redux to monitor in real time microservices generated with XComponent software.
Download the source code and execute the following commands:
yarn install
yarn start
Then connect via the browser to localhost:8080 and don’t forget to ignore certificate errors by connecting to https://localhost:443 if the address of thr websocket server is wss://localhost:443
Execute the following command:
yarn test
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
Apache License V2