-
this project allows to extend transit encoding at runtime, it offers encode and decode functions that can operate on more datatypes. to add more datatypes call transit.handler/add-transit-io-handlers!
-
transit.type.tick adds encoders/decoders to handle tick datatime values.
-
in techml-dataset-cljs we have an implementation of enoceres for techml dataset.
-
transit encoding is used in
-
webserver ring middleware (muuntaja)
-
cljs ajax requests
-
websocket (sente packer)
-
websocket flowy
-
webly (config)
cd demo
*cljs*
clj -X:npm-install
clj -X:ci
npm test
*clj*
clj -M:test-clj