Erlang Inside header image

Posts Tagged ‘mochiweb’

The State of Erlang Web Middleware – EWGI and SimpleBridge

In the interest of publishing more often and covering smaller topics, lets review web-server-agnostic middleware for Erlang.
The current standard for Erlang web application middleware is EWGI, inspired by Python’s PEP 333 and providing similar functionality as Ruby’s Rack. All major Erlang web servers support EWGI, and most web frameworks.
Created by Rusty Klophaus, SimpleBridge [...]

BeeBole creates a sample Mochiweb Erlang Web Application with Video Tutorial

BeeBole, creators of an online expense tracking application for small business, has a zipped up sample Erlang MochiKit web application that just may be the easiest way to experiment with Erlang and the web. The application is a JSON-driven sticky pad in a browser.
Once you’ve experimented with that, take a look at the tutorial on [...]