0.37.0 • Published 3 years ago

xod-deploy v0.37.0

Weekly downloads
2
License
AGPL-3.0
Repository
github
Last release
3 years ago

xod-deploy

This package is a part of the XOD project.

The package provides cloud compilation feature.

Development

This package uses web socket server to compile code and http server to get upload config for boards. It uses a default URLs, that coded in the constants, but for better development experience it could be changed by environment variables.

  • XOD_CLOUD_UPLOAD_CONFIG_URL — URL, that returns upload config for a board. Board identifier is appended at the end of the url, so https://compile.xod.io/upload/ will be used like https://compile.xod.io/upload/uno

  • XOD_CLOUD_COMPILE_URL — URL for web socket server. E.G. wss://compile.xod.io/compile