dmcer
dmcer

Reputation: 8176

Websites & Web Applications Using Erlang

I was wondering if people could post some examples of interesting websites and web apps that were built with Erlang?

I can start with a few Erlang based sites:

Upvotes: 12

Views: 6314

Answers (6)

bjnortier
bjnortier

Reputation: 2048

This is mine: shapesmith.net

Upvotes: 3

rlb.usa
rlb.usa

Reputation: 15043

Upvotes: 0

madlep
madlep

Reputation: 49666

The toy twitter search mash up site I hacked up a while back ihatevans

I even threw the source up on github

Pretty bare bones Mochiweb based web app.

Upvotes: 2

SpliFF
SpliFF

Reputation: 38956

ejabberd (a Jabber server) is a pretty big one. It isn't a website but with its http-bind and http-poll and web admin modules it is technically a web application.

Upvotes: 2

Jim Puls
Jim Puls

Reputation: 81062

Facebook Chat has its important backend bits written in Erlang.

Upvotes: 2

eduffy
eduffy

Reputation: 40224

CouchDB - an apache project, document server.

Upvotes: 3

Related Questions