Hacker News new | ask | show | jobs
by mrfusion 3572 days ago
So could django send data to jquery with this? Or what are some simple use cases?
1 comments

I think this is aimed at lower-level problems: RPC between interoperating daemons, connector protocols for databases, that sort of thing.

Lack of serialization is probably useful for JavaScript, but "exact in-memory data formats" probably don't fit well with dynamic-typed languages ;)