browserify-hmr
browserify-hmr copied to clipboard
Embeddable server
Hi. Firstly thanks so much for this project. I've been using it for a while and it's absolutely fantastic.
I am currently exploring the possibility of a browser based editing tool. I have an initial prototype working well with browserify-hmr, but it needs two ports - one for the main editor server and another for browserify-hmr. Is it possible to split up browserify hmr to allow it to run within an existing server?
Thanks.