rknell / alfred

A performant, expressjs like server framework with a few gadgets that make life even easier.
Other
526 stars 29 forks source link

feat: http_multi_server but for Alfred #89

Closed tomassasovsky closed 2 years ago

tomassasovsky commented 2 years ago

For large scale projects which require handling A LOT of requests, the http_multi_server package can be very useful. Have you thought about implementing this in Alfred?

rknell commented 2 years ago

It already supports this. If you want to wrap your script in an isolate it will work out of the box and handle distributing requests to the various instances on the same port.