Watchlist
Here’s a list of tech that I want to remember or reference.
- OpenResty
It’s nginx but you can program it. You can write small Lua scripts to instruct it to check a Redis cache or validate a JWT token. It’s non-blocking because it uses cosockets. It allows for dynamic configuration. Instead of having to reload nginx, routes can be stored in a DB and it will check it dynamically. Namely, Kong/APISIX are used with it.