Google's SNAPPY algorithm implementation in javascript (client side) -


i need use snappy compress data client side (javascript code), send server side, receive data server side , decompress @ client side (javascript code).

concern 1: this answer not appreciate native javascript implementation. do?

concern 2: appreciate if may provide pointer on how go or reference regarding same.

what shall implication, in case snappy algorithm gets new release or bug fix - have to maintain overhead of updating client side implementation? suggestions... ?

you might use emscripten, c/c++ js compiler on https://github.com/andikleen/snappy-c or http://code.google.com/p/snappy/ itself


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -