SF-004 Web endpoints

Namespace: synergy/web
Status: Draft
Version: 0.2
Last updated: 10.11.2017

Introduction

Web endpoints is an optional feature aimed at supporting custom entry points into an application from Synergy.

Configuration

Application info uses synergy/web namespace with mainEntryPoint attribute.

Example
{
namespace: "synergy/web",
attributes: {
mainEntryPoint: "http://localhost:8102/login"
}
}
  • mainEntryPoint - URL of main entry into an application (Note that address application property serves as base url of the application which may not be web entry point for more complex applications.)