Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support msgpack as an event encoding alternative to JSON #749

Closed
miguelgrinberg opened this issue Jul 5, 2021 · 2 comments
Closed

Support msgpack as an event encoding alternative to JSON #749

miguelgrinberg opened this issue Jul 5, 2021 · 2 comments
Assignees

Comments

@miguelgrinberg
Copy link
Owner

msgpack support for the reference JS implementation: https://www.npmjs.com/package/socket.io-msgpack-parser.

@zhavir
Copy link

zhavir commented Jul 12, 2021

what about implementing msgpack as the standard encoding also for the Redis emitter part? Now it seems that you cannot customize that part, then you cannot decouple the socket-io server from the client/emitter implementation due to the fact it uses by default the python pickling. In a complex architecture where each component are heterogeneous, having this strong constraint is bad in my opinion

@miguelgrinberg
Copy link
Owner Author

@zhavir your request is separate from this work, so I'm filing a separate issue for it: #755

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants