Skip to content
aheneliu edited this page Dec 15, 2014 · 4 revisions

MIDAS client

A client in the MIDAS system is a term reserved for a piece of software that consumes the information provided by the nodes.

The clients communicates with the nodes (one or many) in the MIDAS framework by sending requests to nodes through the Dispatcher. The dispatcher implements the MIDAS RESTful JSON API, which means that the client can be written in any language that makes it possible to send and receive information using HTTP.

Clone this wiki locally