HTTP API
PlugPort exposes a RESTful HTTP API on port 8080 (configurable via HTTP_PORT).
Wire Protocol
PlugPort implements a subset of the MongoDB wire protocol (OP_MSG) on port 27017. This allows existing MongoDB drivers and tools like mongosh to connect directly.
Query Operators
PlugPort supports a subset of MongoDB query operators. All operators work identically across the HTTP API, wire protocol, and SDKs.