chat-server:[WIP]使用React,Node,Express和Socket.io构建的简单聊天服务器

时间:2024-06-02 16:53:15
【文件属性】:

文件名称:chat-server:[WIP]使用React,Node,Express和Socket.io构建的简单聊天服务器

文件大小:1.19MB

文件格式:ZIP

更新时间:2024-06-02 16:53:15

react socket express node JavaScript

聊天服务器 注意:前端是使用React构建的,但是处于非常糟糕的状态,出于多种原因,不应在生产中使用该前端。 欢迎公关。 是使用 , , 和。 演示可以。 安装及使用 git clone https://github.com/ummahusla/Chat-Server.git your-folder cd your-folder npm install cd public/js/ vi script.js 替换var socket = io.connect('https://chat-server-heroku.herokuapp.com/'); 使用var socket = io.connect('http://localhost:1337/'); npm start或node app.js或nodemon PS为了在其他端口上运行节点,请使用PORT=8080 nod


【文件预览】:
chat-server-master
----.gitignore(13B)
----app.js(2KB)
----package.json(495B)
----public()
--------fonts()
--------js()
--------css()
--------index.html(2KB)
----license(1KB)
----readme.md(1KB)
----Procfile(29B)
----screenshot.jpg(96KB)

网友评论