Skip to content

gazbert/bxbot-ui-server

Repository files navigation

BX-bot UI Server

Build Status

Note: This project is very much work in progress and not safe for production.

What is BX-bot UI Server?

A Spring Boot backend for use with BX-bot UI. It proxies configuration updates and commands from BX-bot UI to BX-bots running in the cloud.

Architecture

bxbot-ui-server-architecture.png

  • BX-bot UI - an admin interface for sending configuration updates and commands to BX-bots running in the cloud. It consumes BX-bot UI Server's REST API.
  • BX-bot UI Server - provides a secured REST API for BX-bot UI to consume - it uses JWT to authenticate the user. It proxies the configuration updates and commands to the BX-bots.
  • BX-bot - n - a BX-bot instance running in the cloud. Each bot integrates with 1 Exchange and provides a secured REST API for BX-bot UI Server to consume.

Credits

This app was made possible thanks to the following:

  • An excellent sample app demonstrating JWT Authentication with Spring Boot by Stephan Zerhusen.

About

A simple proxy server for routing commands from BX-bot UI to BX-bots running in the cloud

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published