• Dave Ceddia's avatar
    Enable proxying of websockets (#1090) · ce918191
    Dave Ceddia authored
    Added `ws: true` to the httpProxyMiddleware options, and also listen
    for the "upgrade" event so that websockets can be proxied immediately,
    rather than waiting for an initial HTTP request.
    ce918191