Hacker News new | ask | show | jobs
by evanlh 5463 days ago
I haven't done anything with Erlang in a while but perhaps these will help:

ErlyWeb, a web server/framework: http://code.google.com/p/erlyweb/

ejabberd, a chat server: http://www.ejabberd.im/

MochiWeb, a library for building lightweight HTTP servers: https://github.com/mochi/mochiweb

CouchDB, a document oriented database: http://couchdb.apache.org/

RabbitMQ, messaging middleware: http://www.rabbitmq.com/

1 comments

I am just checking out CouchDB - looks _awesome_ so far. LOTS of possibilities I didn't realize until now. The official book/documentation (even though it's slightly outdated) is free and recommended.