max-mapper / websocket-stream

websockets with the node stream API
BSD 2-Clause "Simplified" License
667 stars 114 forks source link

Bump ws dev #80

Closed deanlandolt closed 8 years ago

deanlandolt commented 8 years ago

Necessary to fix https://github.com/websockets/ws/pull/632

max-mapper commented 8 years ago

thank you!

max-mapper commented 8 years ago

published 3.0.0 to npm

deanlandolt commented 8 years ago

Thanks!

deanlandolt commented 8 years ago

I just learned ws ripped out browser compatibility in 1.0 -- I'm working up another PR now to add a fallback for browserify support.

max-mapper commented 8 years ago

Oh interesting! Good catch