KayvT / web-chat-app

A simple web chat app built with web sockets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reach Web App

A simple web chat app built with web sockets.

What 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 index.js
  • Open the html page in the static folder in a web browser(open as many tabs as you like to test it).

About

A simple web chat app built with web sockets.

License:MIT License


Languages

Language:CSS 63.5%Language:JavaScript 22.9%Language:HTML 13.6%