abhishekvp / cesium-lg

Liquid Galaxy GSoC 2016 Project: Enabling Cesium for Liquid Galaxy
5 stars 3 forks source link

websocket messaging efficiency: try protobufs or arraybuffers #10

Closed alfski closed 8 years ago

alfski commented 8 years ago

To make the websocket messaging more efficient we need to move away from sending stringified JSON objects and only transmit the minimal information needed and in the most effective manner we can think of (given gsoc time!).

I suggest investigating google protobuf or javascript arraybuffers.

alfski commented 8 years ago

I think the major coding for this is done. There may be revisions and tweaks later on.