Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekg999 authored Oct 1, 2024
1 parent 0d0a40e commit 5cf32d9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

0 comments on commit 5cf32d9

Please sign in to comment.