gisioraelvis / chatcord

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChatCord

Realtime chat web app using Socket.io, Node.js, Express and Vanilla JS on the client.

Usage

Ensure you have redis installed and running on your machine.

sudo apt-get install redis-server

sudo service redis-server start --daemonize yes
npm install
npm run dev

Go to localhost:3000

About


Languages

Language:JavaScript 64.5%Language:CSS 19.0%Language:HTML 16.5%