LDO-CERT / orochi

The Volatility Collaborative GUI
MIT License
222 stars 19 forks source link

evaluate possibility to switch from daphne to uvicorn for asgi #982

Closed garanews closed 7 months ago

garanews commented 9 months ago

daphne provides asgi + websocket but uvicorn is faster because can spawn workers.

image

Maybe good solution is use both :)