From fd561eb8257e7bf95b6526d94c67cacec7435bdc Mon Sep 17 00:00:00 2001 From: Gabirieli Lalasava Date: Mon, 13 Feb 2017 00:38:13 +0400 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a560a9..e53232e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ **Socket.io inside a shared WebWorker** -Running Socket.io in a shared webworker allows you to share a single Socket.io websocket connection for multiple browser windows and tabs. A drop in replacement for https://github.com/socketio/socket.io-client +Running Socket.io in a shared webworker allows you to share a single Socket.io websocket connection for multiple browser windows and tabs. A drop in replacement for the socket.io client. + +https://socket.io/ +https://github.com/socketio/socket.io-client **Reason**