/socketChat

Simple chat without any db built with express and socket.io

Primary LanguageHTML

Socket chat

Description

Simple chat without any db built with express and socket.io

Stack

  • Node.js
  • Express
  • Socket.io
  • JQuery

Installation

  1. Clone the repo into your folder
cd *your-folder*
git clone https://github.com/mediocreeee/socketChat.git
  1. Then install all required packages via npm
npm install
  1. Run the express server via nodejs (site will be hosted on port 2999)
node server.js