/simple-real-time-chat

Toy application to learn about socket.io

Primary LanguageHTML

Socket.io real-time chat app

Project that implements a real-time chat web application. Code taken from YouTube tutorial here: Socket.io Chat App Using Websockets

Prerequisites:

  • node.js

Project Setup:

  1. Initialize project (first time):
npm init
  1. Run server:
node server