Skip to content

Latest commit

 

History

History

services

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

NATS : Services

This example shows how to create and deploy a set of services that can process requests as a group.

Notes

  • NATS provides everything needed to publish and subcribe messages into the bus.
  • Sync, Async and Channels are supports.
  • You can create request/response constructs as well.

Code Review

Database Service
Web Service

Exercises

Exercise 1

Add a new endpoint to the Web and Database service to Update a User. Then deploy the services and see if it works.


All material is licensed under the Apache License Version 2.0, January 2004.