kdzwinel / betwixt

:zap: Web Debugging Proxy based on Chrome DevTools Network panel.
MIT License
4.53k stars 125 forks source link

Support WebSockets #4

Open kdzwinel opened 8 years ago

kdzwinel commented 8 years ago

This should be straightforward, the library that betwixt is using (http-proxy) has websocket support that looks easy to add. It might be challenging though to fit that code into the current codebase though.

samccone commented 8 years ago

should be pretty straight forward here, I have done this before and it tends to "just work"