Possible Duplicate:
What is the best way to learn Erlang?
I'm interested in learning Erlang; I'd appreciate suggestions on resources - books, websites, etc. - that can help me along. So far I've learned quite a bit from Learn you some Erlang. At this point I'm comfortable with the syntax and most of the (basic) concepts. As a practice project I was thinking of writting a server socket app that serves xml data when conected, unfortunately, I'm not sure where to start - i.e. what libraries to use and how to use them. Thanks.