Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 407 Bytes

readme.md

File metadata and controls

25 lines (16 loc) · 407 Bytes

Crypto Orderbook

Orderbook

Setup

$ cd server && npm i && npm start
$ cd client && npm i && npm start

Testing

$ cd server && npm i && npm test

Tech

  • TypeScript, Node, React, WebSockets

Future Work

  • Node backend -> Web Worker
    • Why not now? Snowpack / other modern Frontend tools don't have great support for imports inside of workers yet.