server-sent-events
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "server-sent-events", | ||
"description": "Send server messages to the browser (via EventSource).", | ||
"version": "0.0.1", | ||
"description": "Express middleware to push events/messages from the server to the browser, using EventSource.", | ||
"version": "0.0.2", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Zac Barton" |
server-sent-events | ||
======== | ||
Send server messages to the browser (via EventSource). | ||
Express middleware to push events/messages from the server to the browser, using EventSource. | ||
@@ -6,0 +6,0 @@ This middleware will keep the request stream open indefinitely, pad the initial response stream for IE and flush the response if the connect middleware is in use. |
3191