socketChat icon indicating copy to clipboard operation
socketChat copied to clipboard

💬 A real-time messaging application built using Socket.IO and Express

socketChat

socketChat is a beautifully designed secure messaging application. It was built with Express and Socket.io.

socketChat demo

Run

If you'd like to run this app:

  • git clone https://github.com/abdullah-K/socketChat.
  • run npm install and let it do its thing
  • run node ./node_modules/gulp/bin/gulp.js to get CSS files from SASS
  • run SESSIONSECRET="putyoursessionsecrethere" node index.js and visit localhost:4000
  • have fun chatting with people!