0.5.0 • Published 5 years ago

soajs.epg v0.5.0

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
5 years ago

Soajs.epg

The SOAJS EPG is an endpoint service generator that loads the endpoint configuration created via the API builder of Herron Tech and uses it to launch the service on top of the SOAJS Composer

API Builder

The API builder is an advanced system by Herron Tech that enables creating and managing endpoint services via a simple UI wizard.

SOAJS Composer

The SOAJS Composer is an engine component that generates REST API Services on top of the SOAJS framework (Read More).

Environment Variables

The service generator requires the following envionrment variables | Variable Name | Description | | ------ | ------ | | SOAJS_SRVIP | specify the IP address to bind the service to | | SOAJS_ENV | specify the environment that the service will be deployed in | | SOAJS_REGISTRY_API | specify the controller location to load the environment's registry | | SOAJS_ENDPOINT_NAME | specify which endpoint system to load from the database and launch | Reference: SOAJS Environment Variables

Installation & Launch

$ npm install soajs.epg
$ cd soajs.epg
$ export SOAJS_REGISTRY_API=http://localhost:5000
$ export SOAJS_ENDPOINT_NAME=my_endpoint_name
$ node.
0.5.0

5 years ago

0.4.6

5 years ago

0.4.5

5 years ago

0.4.4

5 years ago

0.4.3

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.3

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.2

6 years ago

0.0.1

6 years ago