added available-engines

This commit is contained in:
SrGooglo 2025-03-26 15:05:14 +00:00
parent 7f21bebeda
commit a87e59ba33

View File

@ -0,0 +1,11 @@
# Available Engines
- `hyper-express` (default)
- Complete HTTP Server stack, including HTTP/2, SocketIO and Redis.
- Uses [HyperExpress](https://github.com/kartikk221/hyper-express) framework
- `hyper-express-ng`
- Uses [HyperExpress](https://github.com/kartikk221/hyper-express) as base, implements experimental features & stacks.
- `worker`
- Enables a worker thread to handle requests on ICP