/web-chat-app

A web chat app built with web sockets.

Primary LanguageCSSMIT LicenseMIT

Reach Web App

A simple web chat app built with web sockets.

How it looks like

  • When it is opened, this simple page appears. Here you are asked to choose a name that is not already used by anyone in the chat room.

alt text

  • When you choose a name and click enter. You see this page where you can chat with the people in the room.

alt text

Try it yourself

  • To try it yourself, clone the repo.
  • Run the server with: node server.js
  • Open the html page in the static folder in a web browser(open as many tabs as you like to test it).
Thank you!