# nodejs-socketio-chatroom **Repository Path**: nut77/nodejs-socketio-chatroom ## Basic Information - **Project Name**: nodejs-socketio-chatroom - **Description**: 基于nodejs使用express、socket.io和less 开发的一个简易的在线聊天系统,可供多个用户同时在线聊天。 - **Primary Language**: NodeJS - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 4 - **Created**: 2018-07-18 - **Last Updated**: 2023-01-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 前言 初学nodejs,实现的一个简单的在线多人聊天系统。 # 技术栈 nodejs express Socket.IO less es6 # 项目运行 **注意:项目是基于nodejs运行,需要提前安装好nodejs环境。** ``` git clone 项目地址 cd nodejs-socketio-chatroom npm install node server.js ``` 然后访问```localhost:2000/index```即可进入聊天窗口页面 # 部分截图 ![img1](https://gitee.com/nut77/nodejs-socketio-chatroom/raw/master/screenshot/screenshot1.png) ![img2](https://gitee.com/nut77/nodejs-socketio-chatroom/raw/master/screenshot/screenshot2.png) ![img3](https://gitee.com/nut77/nodejs-socketio-chatroom/raw/master/screenshot/screenshot3.png) ![img4](https://gitee.com/nut77/nodejs-socketio-chatroom/raw/master/screenshot/screenshot4.png)