项目作者: heronyang

项目描述 :
Small demo of sending messages between web clients using socket.io.
高级语言: HTML
项目地址: git://github.com/heronyang/chat-demo.git
创建时间: 2021-06-15T04:04:34Z
项目社区:https://github.com/heronyang/chat-demo

开源协议:

下载


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.