pashky / restclient.el

HTTP REST client tool for emacs
1.98k stars 160 forks source link

websocket client #111

Open mpenet opened 8 years ago

mpenet commented 8 years ago

I am not sure if it's out of scope, but adding a websocket client could be nice (nicer than the alternative messing with html files or bookmarklets). Did you ever consider this?

pashky commented 8 years ago

I had neither need of this myself nor any knowledge of websockets at all, I'm afraid. But feel free to contribute, of course!

felipeochoa commented 6 years ago

I wrote a rudimentary websocket client a few days ago: https://github.com/felipeochoa/websocket-client. It's a simple chat-based UI. It has some rough edges, but it works for my needs