orbitdb-archive / orbit-db-pubsub

Message propagation module for orbit-db
MIT License
19 stars 14 forks source link

feat: allow non json data types to be used. #19

Closed vaultec81 closed 4 years ago

vaultec81 commented 4 years ago

Allows other data serializations as specified by higher level code to be used. No longer forces json serialization. Support is backwards compatible is detected as object for publish or detected as JSON for receiving end.