发布于 2015-05-29 00:30:50 | 195 次阅读 | 评论: 0 | 来源: 网友投递
MongooseJs mongodb 连接包
Mongoose 是基于nodejs,使用javascript编程,连接mongodb数据库的软件包,使mongodb的文档数据模型变的优雅起来,方便对mongodb文档型数据库的连接和增删改查等常规数据操作。
Mongoosejs 4.0.4 发布,此版本更新内容如下:
docs; findAndModify new parameter correct default value #3012 JonForest
docs; clarify pluralization rules #2999 anonmily
fix; discriminators with schema methods #2978
fix; make isModified
a schema reserved keyword #2975
fix; properly fire setters when initializing path with object #2943
fix; can use setDefaultsOnInsert
without specifying runValidators
#2938
fix; always set validation error's kind
property #2885
upgraded; node driver -> 2.0.33 #2865
更多内容请看发行说明。
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 授权协议