drvnprgrmr / chatnow

A simple chat application

Home Page:https://chatnow.drvnprgrmr.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chatnow

This is a simple chat application built using express.js and socket.io
It has a general room where everyone can chat and also supports private messaging

I tried to make it as simple as possible so there are only minimal features.
There is no data stored on the server so once you close a tab you lose all your messages
There's no fluff and it does just what it says. It allows you to Chatnow

Running the project locally

  • Clone this repo
  • Run npm install
  • Run npm run dev

About

A simple chat application

https://chatnow.drvnprgrmr.me

License:MIT License


Languages

Language:JavaScript 63.7%Language:CSS 23.6%Language:EJS 12.7%