Contents
Services are synchronous bidirectional communication between nodes. There is a request message sent from the client to a service server. The service server then replies with a response message. For more information about services, checkout the Services concept page.
Service Servers
Service server are the objects that do the work in a service. They advertise action and then perform it when they receive a request from client.






