socket.io-redis-streams-adapter icon indicating copy to clipboard operation
socket.io-redis-streams-adapter copied to clipboard

Request support for Msgpack parser

Open heartz66 opened this issue 1 year ago • 0 comments

It would be helpful to implement MessagePack (Msgpack) encoding/decoding in Socket.IO streams. JSON stringify() has limitations with large or complex data, leading to performance issues and difficulties with certain data types like Date and Mongoose ObjectId's.

Socket.io redis adapter and emitter have support for this already. https://github.com/socketio/socket.io-redis-adapter/tree/main

heartz66 avatar Oct 09 '24 22:10 heartz66