Building an Erlang chat server with Comet â Part 3
You can see a live demo of the following tutorial here. Overview In the last part, we implemented the first version of our chat server. Now that the framework is down, we can start adding some more features. You can find the source for this tutorial here UPDATE 7/2/11: The source code is also available here: https://github.com/chrismoos/erl_chat_tutorial. You can checkout the 0.2 tag. In this part, we will add the following features:...