网站和 使用 Erlang 的 Web 应用程序
我想知道人们是否可以发布一些用 Erlang 构建的有趣网站和网络应用程序的示例?
我可以从一些基于 Erlang 的网站开始:
- twitterfall.com - 推文瀑布
- vimagi.com - 合作绘画。
- twoorl.com - Twitter 克隆。
- dayfindr.com - 协作会议安排。
- beerriot.com - 啤酒爱好者网站。
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:
- twitterfall.com - Waterfall of Tweets
- vimagi.com - Cooperative painting.
- twoorl.com - Twitter clone.
- dayfindr.com - Collaborative meeting scheduling.
- beerriot.com - Beer enthusiast site.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
这是我的: shapesmith.net
This is mine: shapesmith.net
CouchDB - 一个 apache 项目,文档服务器。
CouchDB - an apache project, document server.
Facebook Chat 的重要的后端部分是用 Erlang 编写的。
Facebook Chat has its important backend bits written in Erlang.
ejabberd(Jabber 服务器)是一个相当大的服务器。 它不是一个网站,但凭借其 http-bind 和 http-poll 以及 Web 管理模块,从技术上讲它是一个 Web 应用程序。
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.
我不久前黑掉的玩具 Twitter 搜索混搭网站 ihatevans
我什至把源代码放在 github
非常简单的基于 Mochiweb 的网络应用程序。
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.