You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django-d...@googlegroups.com
Hello dear Django developers.
I thought supporting for MessagePack (http://msgpack.org/) is good for Django. The Website of MessagePack says "MessagePack is a binary-based efficient object serialization library. It enables to exchange structured objects between many languages like JSON. But unlike JSON, it is very fast and small.". I am interesting in MessagePack and want to try using MessagePack on Django.