Skip to content
This repository has been archived by the owner on Aug 20, 2019. It is now read-only.

Use Websocket to update market ticker data #8

Open
jvandenaardweg opened this issue Jan 3, 2018 · 0 comments
Open

Use Websocket to update market ticker data #8

jvandenaardweg opened this issue Jan 3, 2018 · 0 comments

Comments

@jvandenaardweg
Copy link
Owner

jvandenaardweg commented Jan 3, 2018

We need a websocket connection for this to off-load the exchange API.

Since a websocket requires it's own connection we need a seperate service running for this.

So we probably end up with 3 services:

  • web (NodeJS serving static frontend files (JS, assets etc...)
  • api (NodeJS rest API server)
  • websocket (NodeJS websocket server)

Currently web and API are one: http://simpletrade.herokuapp.com/

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Development

No branches or pull requests

1 participant