codingchili / chili-core

Reactive framework for creating transport & storage-transparent microservices with Vert.x
https://codingchili.github.io/chili-core/
MIT License
14 stars 5 forks source link

Support for custom transport data formats #278

Open codingchili opened 3 years ago

codingchili commented 3 years ago

Currently locked to JSON, which works well due to delimiters, readability and compression. Mostly for flex/experimenting.