Skip to content

Commit d95b46d

Browse files
author
btgoodwin
committed
Added link to the API and mention about cross-domain support for easier application development
1 parent 1c5b2e9 commit d95b46d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Description
44

5-
Contains the REDHAWK python implementation of the generic REST API.
5+
Contains the REDHAWK python implementation of the generic [REST API](http://geontech.github.io/rest-python).
66

77
Please visit [the Wiki](https://github.com/Geontech/rest-python/wiki) for more detailed instructions on the changes made to this repository and how it can be used for development of external control interfaces, data bridges, and graphical user interfaces without having to install REDHAWK on the target system.
88

@@ -36,3 +36,7 @@ can be found at `deploy/rest-python-supervisor.conf`.
3636

3737
Once running the REST Interface can be tested at `http://localhost:<desired_port>/rh/rest/domains`.
3838

39+
## Deploying Applications
40+
41+
You can either install your application in `apps` for REST-Python to serve them, or deploy them with a separate server (e.g., NodeJS). REST-Python supports cross-domain responses to REST and Websocket requests to facilitate dual- or multi-server configurations to completely decouple the REDHAWK environment from the web application environment. (See [Docker-REDHAWK's](http://github.com/GeonTech/docker-redhawk) `geontech/redhawk-webserver` image.)
42+

0 commit comments

Comments
 (0)