hook.io icon indicating copy to clipboard operation
hook.io copied to clipboard

Split worker and server into separate root folders with separate libs

Open Marak opened this issue 10 years ago • 0 comments

Currently, the worker and server roles both exist in the same root folder and share the same /lib directory.

This isn't ideal because not all the dependencies are shared between the two. For deployment purposes it would be better to slim down the worker and server packages. It would also help with creating Docker images.

Until this actually starts causing real problems, I'm just going to leave it alone. I don't want to lose the easy to follow code history of our critical code paths due to a massive rename. When this section of the code-base cools down, I'll feel more comfortable doing this refactor.

Marak avatar Sep 27 '15 22:09 Marak