mongoose 4.3.7 发布,MongoDB 连接包

jopen 9年前

Mongoose Web Server是一款易于使用的Web服务器,它可以嵌入到其它应用程序中,为其提供Web接口。

主要特写:

  • 跨平台,支持 Windows、OS X 和 Linux

  • 支持 CGI, SSL, SSI, Digest (MD5) 认证,WebSocket 和 WebDAV

  • 支持断点续传和 URL 重写

  • 基于 IP 的 ACL,支持 Windows 服务,支持 GET, POST, HEAD, PUT, DELETE 方法

  • Excluding files from serving by URI pattern

  • 下载速度限制,基于客户端子网和 URI 模式

  • 体积小,可执行文件只有 40k 左右

  • 可嵌入式,提供简单的 API (mongoose.h). 只需一个源码文件 mongoose.c

  • 嵌入式实例: hello.c, post.c, upload.c, websocket.c

  • 提供 Python 和 C# 版本

  • 采用 MIT 授权协议

mongoose 4.3.7 发布,此版本更新内容如下:

  • docs: grammar fix in timestamps docs #3786 zclancy

  • fix(document): setting nested populated docs #3783 slamuu

  • fix(document): don't call post save hooks twice for pushed docs #3780

  • fix(model): handle _id=0 correctly #3776

  • docs(middleware): async post hooks #3770

  • docs: remove confusing sentence #3765 marcusmellis89

下载页面: 4.3.7



来自: http://www.oschina.net//news/70171/mongoose-4-3-7