Honeyside / Acacia

Acacia is the Node.js proxy server. Entirely written in Node.js, it supports reverse proxy, static file serving, PHP server via PHP-FPM (FastCGI), DNS proxy, load balancing, Let’s Encrypt automatic free SSL certificates, pathname rewriting, changing origin, custom headers, path mounting and much much more! Also, it supports WebSockets and can run WordPress.
MIT License
15 stars 13 forks source link

Any support for dynamic routing? #3

Open jackkelly-bayliss opened 4 years ago

jackkelly-bayliss commented 4 years ago

Hello,

I am wondering if you have any plans for dynamic registering and unregistering of routes so the server doesn’t have to be restarted. Thank you.

~ Jack

Honeyside commented 4 years ago

Hello Kack,

We plan on having an internal API for reloading or changing the content of the config file. This API should work both via HTTP and as command line tool.

We do not have an ETA yet, but you are free to contribute with a pull request if you want!