codetann / join-a-room

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Join A Room

DEMO

About this Project

! currently refactoring using TypeScript

Using Web Sockets, I was able to create a basic web application where users enter a username and a room number and are able to join rooms and chat with friends.

Tech Used

Installation

  1. Clone github repository with HTTPS or SSH
  git clone https://github.com/codetann/join-a-room.git

  cd join-a-room
  1. Install NPM packages
    npm install

Run Locally

Start the server

  npm start

About


Languages

Language:JavaScript 73.5%Language:HTML 21.7%Language:Sass 3.7%Language:CSS 1.1%