I'd like to deploy my UI from Angular, and the Angular server needs to connect with the Axon Server, putting commands on the command bus.
- Is there an API reference for Axon Server?
- Are there any tutorials out there describing how to make a call from javascript/Typescript to the command gateway?
To be clear, my communication path looks like this:
browser <--> web server (Angular) <--> Axon Server <--> backend services
^
|
this is where I'm needing help
Any help is appreciated.