bitfreighter_agent
v0.2.4
Published
BitFreighter Agent
Downloads
4
Readme
Bitfreighter Agent
Runs as a daemon or windows service (via bitfreighter_agent_windows) on partner hardware and does a one-way data integration. Meaning that all requests are outgoing from the agent so no complicated firewall rules are needed on client machines.
How it Works
When the agents starts up it will start polling the bitfreighter API. The API will send back commands/credentials/etc for the agent to take action on. Ex: the api may tell the agent to use sftp to sync a directory.
Publishing a New Version
npm version major|minor|patch
npm publish
# Then go and update the client servers with the new npm package.