Misultin - 轻量级HTTP(S)服务器Erlang开发包

jopen 12年前

Misultin是一个Erlang开发包,用于构建快速、轻量级的 HTTP(S)服务器,而且还支持Websockets。它的特性:

  • Very fast
  • HTTP and HTTPS
  • Supports multiple Websocket protocols (draft-hixie-68, draft-hixie-76, draft-hybi-10 and draft-hybi-17)
  • Cookies
  • Session Variables
  • Allows for Chunked and Byte streaming responses
  • Allows for streaming file upload (via Chunked Encoding)
  • Can serves static files from a static directory (though in production you should consider a specific server such as nginx to do so)
  • Has Many customization options (maximum allowed connections, maximum body size, ...)
  • Has a callback function for your logging needs
  • Supports Unicode
  • Can start multiple servers on a single node
  • Can be used with or without Parametrized Modules
  • Can traps the client closing a browser in Comet applications
  • It's very easy to use

项目主页:http://www.open-open.com/lib/view/home/1340586499264