Couchbase and Eventmachine

An article showing how to integrate couchbase gem into your EventMachine application.

To demonstrate the integration, lets build simple chat application using EventMachine and the add logging for all events there to Couchbase bucket. It is extremely easy to build asynchronous application with EventMachine and to prove it I will put the complete source here, in this post (also found in examples/chat-em directory of the gem sources).