oblador / esbuild-server

Fast, lightweight and powerful development server for esbuild
MIT License
37 stars 5 forks source link

Support for proxying websockets #12

Open amplexdenmark opened 11 months ago

amplexdenmark commented 11 months ago

Hi, and thanks for providing this!

Our app will be using websockets for notifications, so support for proxying ws:// would be really nice🙂

Any plans on this? Alternatively, would PR's be accepted?

oblador commented 11 months ago

I'd be open to that yes!

amplexdenmark commented 11 months ago

I ended up handrolling my own dev-server based on express and http-proxy. I did carry over the notification stuff from your work, so thanks again.