Misultin - 轻量级HTTP(S)服务器Erlang开发包
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
本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
转载本站原创文章,请注明出处,并保留原始链接、图片水印。
本站是一个以用户分享为主的开源技术平台,欢迎各类分享!