heronyang / chat-demo

Small demo of sending messages between web clients using socket.io.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chat Demo

This repo is a small peice of code that allows clients send messages to each others. We implement this by letting clients to emit messages to the server through a socket connection, then the server emits the received messages to all connected clients.

About

Small demo of sending messages between web clients using socket.io.


Languages

Language:HTML 69.0%Language:JavaScript 31.0%