easy-server-sent-events
Advanced tools
Comparing version
{ | ||
"name": "easy-server-sent-events", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"description": "An easy to use Server Side Events library for Node.js + frontend", | ||
@@ -5,0 +5,0 @@ "author": "Thomas Frank <thomas@nodehill.com>", |
@@ -162,3 +162,3 @@ # easy-server-sent-events | ||
### Usage with the **create-react-app** dev server: Proxying | ||
Proxying SSE (as well as web proxies) is hard/not doable with the built in proxy system in **[create-react-app](create-react-app | ||
Proxying SSE (as well as web sockets) is hard/not doable with the built in proxy system in **[create-react-app](create-react-app | ||
)**. | ||
@@ -165,0 +165,0 @@ |