WebSocket vs HTTP Calls - Performance Study
Telemetry applications like Browsee often require frequent data updates from the client to a server. Therefore, the question of whether to use plain old HTTP calls or Websockets becomes imperative from a performance point of view.
Based on the considerations below, we chose to use Websockets because its much faster