suzaku-io / boopickle

Binary serialization library for efficient network communication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

boopickle example of using with javascript and websockets

jiteshsharma opened this issue · comments

Hello,

I know this is not an issue with the code, but is there a simple example somewhere of Serializing a case class using BP, sending it over a websocket and then DeSerializing it in the javascript? I am assuming this would be a common use case, but can not find any example code or documentation anywhere.

Thanks,
Jitesh

You could ask on the BooPickle Gitter channel if anyone is doing that, Personally I have not :)