easy-server-sent-events
Advanced tools
Comparing version
{ | ||
"name": "easy-server-sent-events", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "An easy to use Server Side Events library for Node.js + frontend", | ||
@@ -5,0 +5,0 @@ "author": "Thomas Frank <thomas@nodehill.com>", |
@@ -64,3 +64,3 @@ # easy-server-sent-events | ||
// Here we send messages to all connected clients | ||
// We randomly choose the between the event types | ||
// We randomly choose between the event types | ||
// 'message' and 'other' (you can name your event types how you like) | ||
@@ -67,0 +67,0 @@ // and send a message (an object with the properties cool and content) |
10907
-0.04%