Performance? No! Best code? No! Just for fun!
Inspired by @kkuchta https://github.com/kkuchta/css-only-chat
Go to https://html-only-chat.glitch.me
-
Make sure what you have installed Node.js or download it
-
Clone repo by console command
git clone https://github.com/iwonz/html-only-chat.git
or download it -
Enter the directory by
cd html-only-chat
-
Install dependencies
npm i
-
Run it
npm run start
-
Wait for starting and follow to http://127.0.0.1:3000 (by default) or check your console to see actual link
-
How to scroll down the list all the time with messages after redraw? (overflow-anchor I couldn't start)
-
Why don't work CSS selectors like :last-child :nth-child :last-of-type? (Maybe problem in Transfer-Encoding: chunked)