vercel / cosmosdb-server

A Cosmos DB server implementation for testing your applications locally.
MIT License
171 stars 30 forks source link

Add support for keep-alive #93

Closed ofhouse closed 1 year ago

ofhouse commented 1 year ago

This adds support for keep-alive connections to the server.

Also it upgrades @types/node to latest LTS as we use the native http.ServerOptions keepAlive setting for that that is available since 16.5.x release of Node.js.