diff --git a/README.md b/README.md index 5b593ea..7e95ae3 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,10 @@ Main page runs on `http://localhost:5000`. Webhook page runs on `http://localhost:8080` however it is setup to only handle requests of the form `*.a.b.c`. On production, I run this with an nginx proxy routing requests internally. + + +## TODO: +- [ ] Add API routes to customize the Bin response +- [ ] Improve the enviornment to support extracting the bin dynamically based on user criteria +- [ ] Look into further redis optimizations? +- [ ] Maybe use Redis Streams instead of PubSub?