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
|
|||
|
|
|
|
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:
|
||
|
|
|
|
Have a look at CouchDB |
||
|
|
|
|
The facebook chat system. |
||
|
|
|
|
ejabberd, a Jabber/XMPP server, is built in Erlang |
||
|
|
|
|
The Yaws web server. Vendetta Online an MMO. |
|||
|
|
|
|
|
||
|
|
|
|
It's used to power part of GitHub (namely the Git daemon). Details in an interview at InfoQ. |
||
|
|
|
|
Apache CouchDB http://couchdb.apache.org/ |
||
|
|
|
|
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). |
||
|
|
|
|
It is also used by RabbitMQ, which itself is used by a lot of companies. |
||
|
|
|
|
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. |
||
|
|
|
|
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. |
||
|
|
|
|
Mochi web/ mochi media runs erlang |
||
|
|
|
|
in-text customization tool for websites hover.in is made using erlang & yaws. |
||
|
|