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 custom transcoding #1

Closed
crussell52 opened this issue Sep 18, 2018 · 0 comments
Closed

Support custom transcoding #1

crussell52 opened this issue Sep 18, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@crussell52
Copy link
Owner

Currently, messages are JSON encoded and decoded being put on and taken off of the wire, respectively.

Some implementations, may desire specific encoding. Use cases include:

  • Optimizing throughput
  • Communicating with processes outside of Node.

Provide a way to specify a transcoder as part of the Server or Client options.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant