I'm searching for real world applications of erlang, like projects already built with that language or pointers on how to search for such projects.
I'm looking for real projects not just test projects that won't do anything
I'm searching for real world applications of erlang, like projects already built with that language or pointers on how to search for such projects.
I'm looking for real projects not just test projects that won't do anything
It's used to write telephone switching systems, as it was invented at a phone company, Ericsson in Sweden.
Who uses Erlang for product development:
Incomplete list of websites powered by Erlang: http://www.appliedstacks.com/PoweredBy/Erlang
Amazon use it - for instance for SimpleDB. My firm hypernumbers.com (obviously).
Wings 3D subdivision 3D modeller. This one is a bit different than the others listed here, because Erlang is usually used for high-availability concurrent server software, and in this case it's being used for a desktop 3D modelling application.
It's used to power part of GitHub (namely the Git daemon).
Details in an interview at InfoQ.
tcpbalance is a load-balancing TCP proxy written in Erlang that works well with distcc.
distcc is a tool for speeding up compilation of source code by using distributed computing over a computer network. With the right configuration, distcc can dramatically reduce a project's compilation time.
It is also used by RabbitMQ, which itself is used by a lot of companies.
We built a betting exchange using Erlang, Couchdb, RabbitMQ and MochiWeb at Smarkets.