jarrodek / ChromeRestClient

ARC Chrome is deprecated. Please move to https://github.com/advanced-rest-client/arc-electron/
Apache License 2.0
370 stars 98 forks source link

[Sockets] Add option to use socket.io #416

Open Tomino2112 opened 8 years ago

Tomino2112 commented 8 years ago

First of all, great extension - thank you!

I can do everything I need in this extension, only downside is that Socket connection is using pure sockets and doesn't seem to be able to connect to server that is using socket.io . Because of that I have to use another chrome extension.

I imagine it would be quite easy to create socket.io option.

Should I create pull request for this or is it already in progress?

jarrodek commented 8 years ago

Hi, Thanks for feature request.

The app (new, in beta) is using sockets to make a requests. I think that to make it possible it would required only an UI to make a socket connection. As for right now I didn't considered this feature. Because right now the app is in active development and I have some roadmap you are welcome to do it by yourself. Send a PR and I'll integrate it if it do not broke the app.

Please read design guidelines in Wiki pages before you begin. Let me know if you need any help.