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

Messagepack support. #19

Closed
wants to merge 1 commit into from
Closed

Messagepack support. #19

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Aug 18, 2014

You will need this Messagepack library: https://github.com/msgpack/msgpack-javascript

Usage:

<script src="transit-0.8.714-min.js"></script>
<script src="msgpack.js"></script>
<script src="transit_with_msgpack.js"></script>
<script>
    var reader = transit.reader("msgpack"),
        writer = transit.writer("msgpack");
    reader.read(writer.write(2));
</script>

In response to: #6

You will need this Messagepack library: https://github.com/msgpack/msgpack-javascript

Usage:
<script src="transit-0.8.714-min.js"></script>
<script src="msgpack.js"></script>
<script src="transit_with_msgpack.js"></script>
<script>
    var reader = transit.reader("msgpack"),
        writer = transit.writer("msgpack");
    reader.read(writer.write(2));
</script>
@swannodette
Copy link
Contributor

This repo does not take pull requests as covered in the README

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

Successfully merging this pull request may close these issues.

1 participant