Skip to content

iwonz/html-only-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What?

Performance? No! Best code? No! Just for fun!

Inspired by @kkuchta https://github.com/kkuchta/css-only-chat

demo

How can you test it?

Online

Go to https://html-only-chat.glitch.me

Offline

  1. Make sure what you have installed Node.js or download it

  2. Clone repo by console command git clone https://github.com/iwonz/html-only-chat.git or download it

  3. Enter the directory by cd html-only-chat

  4. Install dependencies npm i

  5. Run it npm run start

  6. Wait for starting and follow to http://127.0.0.1:3000 (by default) or check your console to see actual link

Some interesting questions

  1. How to scroll down the list all the time with messages after redraw? (overflow-anchor I couldn't start)

  2. Why don't work CSS selectors like :last-child :nth-child :last-of-type? (Maybe problem in Transfer-Encoding: chunked)

Have any idea? Tweet me or Email me. Thx!

About

Async web chat without JavaScript in browser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published