misultin - a lightweight embedded web server on Erlang

    imageThis summer, the shelf of lightweight web servers on Erlang arrived. Roberto Ostinelli published his development - misultin . This is a library for creating lightweight, fast HTTP servers. In this regard, the project resembles mochiweb , but the emphasis is even more on speed. According to the author’s tests , misultin overtakes mochiweb by about 50-60% while working with 100-200 clients.
    Functionality is poorer so far, but there are basic things for creating services: sending simple answers, files, RESTful support, convenient sending answers in parts (streaming). The author plans to further develop the project to add new features.

    Colleagues, who was dealing with this library? What are the reviews?

    > - | - | - (°>

    Also popular now: