cgarveyie / glitch-stuff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Socket.IO Chat

A simple chat demo using the socket.io real-time bidirectional event library for Node.js.

Multiple users can join a chat room by each entering a unique username when the website loads. Users can type chat messages to the room, and a notification is sent to all users when another user joins or leaves.

About

License:MIT License


Languages

Language:JavaScript 78.0%Language:CSS 15.8%Language:HTML 6.2%