clojure-quant / quanta-studio

0 stars 0 forks source link

SERIALIZATION ZONED-DATETIME #15

Open awb99 opened 2 months ago

awb99 commented 2 months ago
  1. Websocket Supports Binary which means fressian could be used.
  2. Cljs config needs to use async resolver.

[com.cognitect/transit-clj "0.8.275"] [com.cognitect/transit-cljs "0.8.220"]

[org.clojure/data.fressian "0.2.1"] [net.unit8/fressian-cljs "0.2.0"]]

awb99 commented 2 months ago

Aleph would be good for server side use. As it's websocket api works pre ring 1.11.

awb99 commented 1 month ago

zoned date time serialization is working, but tick does not bring timezones, so the browser cannot parse the timezones that we send.