0xProject / 0x-launch-kit-frontend

Apache License 2.0
114 stars 208 forks source link

Websocket #565

Closed dekz closed 4 years ago

dekz commented 5 years ago

With backend supporting websocket the front end can now subscribe. This allows for faster orderbook updates as polling overhead is reduced.

0xProject/0x-launch-kit-backend#71

Running over 15 minutes we see a large difference in number of requests and bandwidth consumed.

change before after
bandwidth 12mb 288kb
requests 2462 431
Screen Shot 2019-07-30 at 10 18 14 pm