/css-only-chatroom

A CSS only chatroom, built in express. This was inspired by https://github.com/kkuchta/css-only-chat.

Primary LanguageJavaScript

prerequisites

  • recent installation of node.js
  • npm/yarn

setup

npm

npm i
npm run start

yarn

yarn
yarn start

notes

  • hold alt+shift to type with keyboard (some keys reserved by browser)
  • enter key won't work
  • no backspace
  • must use two SEPARATE browsers, server's using cookies
  • won't work on mobile for some reason
  • if the browser stops loading, you'll probably have to refresh to continue chatting

short video