Skip to content

JohnMahowald/node-chat-room

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Chat Room

Uses Socket.IO to build a connection between client and server.

Live Demo

Key Features

  1. App launches a server establishing a connection to the client via an HTTP socket connection.
  2. Client and server have unique parse methods for transmitting client messages from the client to the chatroom via the server.
  3. Username and chatrooms are connected to the socket id allowing users to dynamically change their username and chatroom from the message prompt.

To Run:

  1. Clone Repo
  2. Run 'npm install'
  3. Run 'node lib/app.js'
  4. Navigate to 'localhost:8000'

About

To learn more about me and my work as a developer, please visit my website at: www.johnmahowald.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published