joewalnes / reconnecting-websocket

A small decorator for the JavaScript WebSocket API that automatically reconnects
MIT License
4.21k stars 968 forks source link

Push to NPM #60

Closed marcelloma closed 2 years ago

marcelloma commented 8 years ago

Any plans to push this to NPM?

Thanks!

wbecker commented 8 years ago

+1

jameslai commented 8 years ago

+1

endel commented 8 years ago

Hi there, I've "forked" this project, and it's available on npm here: https://github.com/gamestdio/websocket.js

My implementation is way different, so maybe its behaviour is not exactly the same.

zaynetro commented 8 years ago

This library is on npm: https://www.npmjs.com/package/reconnectingwebsocket

jbaudanza commented 8 years ago

+1. This is on npm, but not the latest version.

rohozhnikoff commented 8 years ago

+1, push latest release

bennycode commented 7 years ago

@joewalnes, can you please push this library to npm because npm install ReconnectingWebSocket doesn't work.