Skip to content

Work in progress of a real-time browser based chat app using Node.js and socket.io

License

Notifications You must be signed in to change notification settings

AkshayMohan/chat-app-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chat-app-nodejs

Work in progress of a chat app using Node.js and socket.io.

Description

A real-time browser based chat app that's currently being developed using Node.js and socket.io. The aim of this project is to learn and explore more of JavaScript, Node.js and any other stuffs that may come along.

Installation

  1. Clone this repository using git:
git clone https://github.com/AkshayMohan/chat-app-nodejs.git
  1. Navigate to the repository using cd chat-app-nodejs

  2. Run npm install

  • Install any dependencies that may be asked to. I will update package.json in near future to automatically install other libraries.
  1. Start the application by starting server.js using npm start

Running in dev-mode

  • To run in dev-mode, you'll need to have nodemon installed.
  • Use npm run devStart to start the application in dev-mode. Changes to any file with js, mjs or json extension will automatically restart the server.

Using

  • Once the back-end is up and running, run src/client/index.html on a browser to run the client-side. Multiple tabs can be spawned to test it's working.

About

Work in progress of a real-time browser based chat app using Node.js and socket.io

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published