RAD Server EdgeModules

From RAD Studio
Jump to: navigation, search

Go Up to Extending the RAD Server Engine


RAD Server EdgeModule is an extension of the RAD Server Engine (EMS Server). A RAD Server EdgeModule can be included in a ThingPoint application, a stand-alone application that can be called from the RAD Server Engine (EMS Server) in response to a REST request from an RAD Server Client Application and that may include a RAD Server EdgeModule.

Main Characteristics

A RAD Server EdgeModule can:

  • Communicate with the RAD Server Engine (EMS Server) bilaterally through REST API calls.
    • A RAD Server EdgeModule is an application that can respond to requests from a RAD Server Engine.
    • A RAD Server EdgeModule can make REST requests to the RAD Server Engine.
  • Register the RAD Server EdgeModule and its resources in the EMS Server, providing the needed data for that.
  • A RAD Server EdgeModule runs only on Windows, macOS, and Linux target platforms.

Topics

See Also