Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我到处找,找不到 mongojs 用于连接 mongodb 的协议。谁能给我看一些文档,指定它是 UDP 还是 TCP/IP 还是 HTTP
MongoDB 通过 TCP 套接字进行对话。从文档:
MongoDB Wire Protocol 是一个简单的基于套接字的请求-响应式协议。客户端通过常规 TCP/IP 套接字与数据库服务器通信。
块