From ddf6a94717f3d2a149bbb8661db2f25ce8df6460 Mon Sep 17 00:00:00 2001 From: Maurici Abad Gutierrez Date: Thu, 31 Oct 2019 12:23:19 +0100 Subject: [PATCH] Remove jQuery + Improved css --- source/get-started/chat.md | 66 ++++++++++++++++++++------------------ 1 file changed, 35 insertions(+), 31 deletions(-) diff --git a/source/get-started/chat.md b/source/get-started/chat.md index e6a865c8..639beed7 100644 --- a/source/get-started/chat.md +++ b/source/get-started/chat.md @@ -83,21 +83,22 @@ And populate `index.html` with the following: Socket.IO chat - -
- -
+ +
+ + +
``` @@ -188,14 +189,14 @@ Let’s make it so that when the user types in a message, the server gets it as ``` @@ -246,17 +247,20 @@ And on the client side when we capture a `chat message` event we’ll include it ```html ```