I released another version of mongo-glib over the weekend. It works on a few more platforms. It also has better support for working with and generating BSON documents and ObjectIds.
Additionally, there is a fairly simple way to get a decent speedup when you are building protocols that need to complete asynchronous results in a main [...]
I needed to do some push notifications to Android and iOS, so I put together a library for doing so. It’s early, but is functional thus far. No API guarantees, of course. C2DM still uses the (newly) deprecated Google ClientLogin authorization. I still need to do some research for moving that to the forward supported [...]
I recently wanted to learn the mongo wire protocol so I could better understand how to optimize my queries. I’m not a huge fan of Mongo, but they do a few things well. Additionally, I wanted something that would eventually work with GObject Introspection so I have the same API in multiple languages.
Therefore, I started [...]