gazbert / bxbot

A simple Bitcoin trading bot written in Java.
MIT License
825 stars 280 forks source link

Create proxy server for routing BX-bot UI admin commands to BX-bots in the cloud #58

Closed gazbert closed 2 years ago

gazbert commented 7 years ago

Build a simple proxy server for routing commands from BX-bot UI to BX-bots running in the cloud: https://github.com/gazbert/bxbot-ui-server

This new app will consume a bot's REST API - #32

BX-bot UI Server will provide a REST API for user agents to consume in order to manage multiple bots:

gazbert commented 5 years ago

On-hold. Focusing on building a React UI (#101) for managing a single bot first.

Bisconcini commented 3 years ago

Sorry. Why the creation of a proxy server for routing from UI to CORE (bx-bot)? Can't UI consume CORE directly? If the ideia is a reverse proxy, your UI server can't route to COREs by yourself? The user may configure in UI, all the APIs CORE instances.

gazbert commented 2 years ago

Closing. UI will attach to 1 instance of BX-bot. KISS and all that...