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 </ul>
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!