Macil / browserify-hmr

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

support for websites running over https #6

Closed royriojas closed 8 years ago

royriojas commented 8 years ago

Hi the current website I have is running over ssl, and I had tweak the socket-server to make it work on ssl (with self signed certs).

I was wondering if you might be interested in add the ssl option.

I know I can make it work on http as well, but it would be nice not having to add the http vhost for the app I'm currently developing

Macil commented 8 years ago

This has been implemented in 0.3.0.

royriojas commented 8 years ago

cool!