文件名称:stupid-server
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-27 03:13:54
JavaScript
Socket.IO 聊天 socket.io 的简单聊天演示 如何使用 $ cd socket.io $ npm install $ cd examples/chat $ npm install $ node . 并将浏览器指向http://localhost:3000 。 或者,通过提供PORT变量来指定端口。 特征 多个用户可以通过在网站加载时输入唯一的用户名来加入聊天室。 用户可以在聊天室中键入聊天消息。 当用户加入或离开聊天室时,会向所有用户发送通知。
【文件预览】:
stupid-server-master
----index.js(2KB)
----package.json(277B)
----Procfile(19B)
----public()
--------index.html(737B)
--------main.js(7KB)
--------style.css(2KB)
----README.md(497B)