voryx / Thruway

PHP Client and Router Library for Autobahn and WAMP (Web Application Messaging Protocol) for Real-Time Application Messaging
MIT License
676 stars 117 forks source link

Is MessagePack supported yet ? #317

Closed starlight173 closed 4 years ago

starlight173 commented 5 years ago

Just want to know if I can publish a Messagepack ?

mbonneau commented 5 years ago

Right now there are no plans to support MessagePack.

What is your use case?

starlight173 commented 5 years ago

I'm working on a notification system that exchanges the communication via client a lot. So, I think about optimizing the transferred data for performance for a better traffic on many channels. And the MessagePack format is a fast and compact serialization format with a simple to implement specification. I just wandered around and found out that could be accomplished via a custom serialization.

mbonneau commented 4 years ago

Closing this issue due to inactivity