http方式的mongod服务,提供增删改查的仿mongoshell命令接口
启动mongod,再启动httpmongod
然后在你的浏览器地址栏试试输入
```
http://localhost:8090/mongo.show dbs
```
![](https://github.com/golangdeveloper/httpmongod/raw/master/img/example.png?raw=true)
打开chrome的postman工具
```
post http://localhost:8090/mongo/DB/C.save(&httprequestbody)
```
![](https://github.com/golangframework/httpmongo/blob/master/exampleimg/savebybody.png=true)
## 引用库来源
[https://github.com/golangframework/httpmongo](https://github.com/golangframework/httpmongo)
0 回复
- 请尽量让自己的回复能够对别人有帮助
- 支持 Markdown 格式, **粗体**、~~删除线~~、
`单行代码`
- 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
- 图片支持拖拽、截图粘贴等方式上传