Skip to content

vanessasena/chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat App

This is a chat app developed with Node.js during a Udemy course.

After I completed the course, I developed some new features:

  • User names should be unique in each room.
  • Room names should be case insensitive.
  • Show a list of rooms already in use so that the user can either choose one or enter in a new room.

There is a version running at Heroku.

Installation

The app is designed to be installed locally (mac, linux or windows) or on Heroku.

Local installation summary:

  1. Install Node.js
  2. git clone https://github.com/vanessasena/chat-app.git
  3. cd chat-app
  4. npm install
  5. npm start
  6. Open http://localhost:3000 in your web browser

About

A chat app using Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published