Macil / browserify-hmr

Hot Module Replacement plugin for Browserify
MIT License
373 stars 26 forks source link

Embeddable server #30

Open SystemParadox opened 8 years ago

SystemParadox commented 8 years ago

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.