Skip to content

jose-Abel/Chat-App-NodeJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat App

A Chat App build in NodeJS practicing emitting and listening for events with Websockets and socket.io.

screenshot

Built With

  • HTML
  • CSS
  • Javascript
  • NodeJS

The following npm packages:

  • express
  • socket.io
  • bad-words
  • mustache
  • moment
  • qs

Authors

Author1

Getting Started

You can clone this code anytime and so far you can load the Chat App on your browser through the local port 3000. Since it was build with NodeJS it's require the installation of the npm modules listed in the package.json in the dependencies section.

Live version

Setup

You can either copy the code with git clone or just do a git pull on your local environment. In order to run this web app locally you have to do "npm install" so npm can install all libraries included in the package.json file and then run "npm run dev".

📝 License

This project is MIT licensed.

Show your support

Give a ⭐️ if you like this project!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published