bmustiata / fast-live-reload

A live reload that works with all the possible browsers.
18 stars 5 forks source link

WebSocket integration for change notification to clients. #4

Closed bbasic closed 8 years ago

bbasic commented 8 years ago

client-reload.js now uses WebSocket (if supported, otherwise ajax as fallback) to establish connection with the change server.

The main reason for this enhancement was to get rid of ajax-call timeout errors in developer console.

Please take a look at it. I'm interested to hear your opinion. Thanks.

bmustiata commented 8 years ago

This is fantastic work! Super!

I'm going to run some tests with IE8 in the next few days, bug this is just to ensure it still works, I'll fix the IE8 issues myself if they appear.

bmustiata commented 8 years ago

It's in 2.7.0. It worked mostly out of the box, the IE fixes are here: https://github.com/bmustiata/fast-live-reload/commit/9300b70ae091df076c38862615abd71ce6ab52eb

bbasic commented 8 years ago

Great! I'm really glad to hear that.