Comment #1 on issue 590 by [email protected]: How to configure protobuf using require.js in Ember.js
http://code.google.com/p/protobuf/issues/detail?id=590

The protobuf package does not come with native javascript support. (Instead only c++, java, py are in the official distribution.)

Closure-library does include a package called goog.proto2 which (along with backend support and some build system glue) can be used to share protobufs between client (in JS) and server (in another language). However a decent chunk of lifting needs to be done for such a setup to work.

A few pointers to get you started:

https://code.google.com/p/closure-library/source/browse/closure/goog/proto2
https://code.google.com/p/protobuf-plugin-closure/


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups "Protocol 
Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to