tamarasaurus / chatty

realtime websockets chat inspired by 2000s ICQ

Home Page:https://chatty-web.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chatty

https://chatty-web.herokuapp.com/

realtime websockets chat inspired by 2000s ICQ. you can chat in real-time, everybody can see what you write before hitting enter, and maximum 20 concurrent users. only messages from the last 5 minutes are kept.

intro

chat

setup

backend:

frontend:

  • Install yarn
  • Run yarn install && yarn run start
  • Go to http://localhost:8080

tasks

  • Persist connections
  • Add different colors for uncommitted lines
  • Usernames
  • Store the last 5 minutes of messages
  • Store clients and messages in redis
  • Page style
  • Add simple color formatting
  • Add different colors for users
  • Deploy to heroku
  • Stop ability to spoof another user

About

realtime websockets chat inspired by 2000s ICQ

https://chatty-web.herokuapp.com/

License:Apache License 2.0


Languages

Language:CSS 53.9%Language:JavaScript 34.8%Language:HTML 11.3%