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
|
6
|
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
|
|||
|
|
|
|
Have a look at CouchDB |
||
|
|
|
|
Apache CouchDB http://couchdb.apache.org/ |
||
|
|
|
|
It's used to write telephone switching systems, as it was invented at a phone company, Ericsson in Sweden. |
||||||||
|
|
|
The Yaws web server. Vendetta Online an MMO. |
|||
|
|
|
|
The facebook chat system. |
||
|
|
|
|
Who uses Erlang for product development:
|
||
|
|
|
|
ejabberd, a Jabber/XMPP server, is built in Erlang |
||
|
|
|
|
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. |
||
|
|
|
|
in-text customization tool for websites hover.in is made using erlang & yaws. |
||
|
|
|
|
Mochi web/ mochi media runs erlang |
||
|
|