What is this about?
- Make message passing using REST as easy and convenient as possible
- Convention over configuration for the basics, middleware concept for more powerful stuff
- Make it easy for people to design software in microservices and provide open APIs
Sample shows code of a small demo page for doing a simple mathematical addition of two numbers (method calculation
). Calculation is done on the server.