vote up 9 vote down star
5

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

flag

72% accept rate

17 Answers

vote up 21 vote down

It's used to write telephone switching systems, as it was invented at a phone company, Ericsson in Sweden.

link|flag
2  
Hilariously, this got downvoted, despite describing the original application of Erlang! – Daniel Earwicker Mar 27 '09 at 18:31
1  
Indeed. It's pretty much impossible to call anyone without high probability of being routed through at least one Erlang-powered switch. – Jörg W Mittag Mar 27 '09 at 23:19
vote up 17 vote down

Who uses Erlang for product development:

link|flag
vote up 11 vote down

Have a look at CouchDB

link|flag
Definitely have a look at CouchDB, it's delightful whatever language it's written in. – Daniel Earwicker Jan 25 at 9:31
vote up 11 vote down

The facebook chat system.

link|flag
vote up 9 vote down

ejabberd, a Jabber/XMPP server, is built in Erlang

link|flag
vote up 6 vote down

The Yaws web server.

Vendetta Online an MMO.

link|flag
vote up 5 vote down

Amazon use it - for instance for SimpleDB. My firm hypernumbers.com (obviously).

link|flag
vote up 5 vote down
link|flag
vote up 5 vote down

It's used to power part of GitHub (namely the Git daemon).

Details in an interview at InfoQ.

link|flag
vote up 4 vote down

Apache CouchDB http://couchdb.apache.org/

link|flag
vote up 4 vote down

Incomplete list of websites powered by Erlang: http://www.appliedstacks.com/PoweredBy/Erlang

link|flag
vote up 3 vote down

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.

link|flag
vote up 3 vote down

It is also used by RabbitMQ, which itself is used by a lot of companies.

link|flag
vote up 1 vote down

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.

link|flag
vote up 1 vote down

Mochi web/ mochi media runs erlang

link|flag
vote up 0 vote down

in-text customization tool for websites hover.in is made using erlang & yaws.

link|flag
vote up 0 vote down

We built a betting exchange using Erlang, Couchdb, RabbitMQ and MochiWeb at Smarkets.

link|flag

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.