Skip to content

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

Notifications You must be signed in to change notification settings

heronyang/chat-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks