You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repo builds a CLI command, which, when passed the --http flag, also serves a HTTP backend.
I'm proposing to remove the --http flag and the HTTP backend.
The reason is that I built a fully-fledged HTTP backend at https://github.com/reacherhq/backend. It's extensible, maintained, documented with an OpenAPI spec, and used in production. The one here is just a sample HTTP backend.
This repo builds a CLI command, which, when passed the
--http
flag, also serves a HTTP backend.I'm proposing to remove the
--http
flag and the HTTP backend.The reason is that I built a fully-fledged HTTP backend at https://github.com/reacherhq/backend. It's extensible, maintained, documented with an OpenAPI spec, and used in production. The one here is just a sample HTTP backend.
https://github.com/reacherhq/backend also has a Dockerfile and a one-click deploy button to Heroku.
Are there any people strongly disapproving the removal of the HTTP backend from this repo?
The text was updated successfully, but these errors were encountered: