syndicate-drive-ug-http
v0.1.0
Published
Syndicate drive UG http
Downloads
10
Maintainers
Readme
Syndicate HTTP User Gateway
This module makes Syndicate UG accessible via HTTP/REST.
Prerequisite
This package requires Syndicate core package and Syndicate node module installed.
Run REST Server
Execute syndicate-ug-http.js
file. By default, the module uses a port 8888
by default. You are able to give a specific port number the module will use via -p
or --port
parameters.
Example:
node syndicate-ug-http.js -p 18888