Skip to content

chinaitman/ws-chat-room

Repository files navigation

简介

WsChatRoom是一个在线聊天室,项目是前后端分离,前端使用了vue3,ui框架使用element-ui,后端使用java&springboot框架,聊天功能基于websocket实现,本项目仅适用于学习使用。

后端 ws-chat-room-bg

# 打开工程
  启动ChatRoomApplication类

前端 ws-chat-room-ui

# 进入项目目录
cd ws-chat-room-ui

# 安装依赖
npm install

# 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题
npm install --registry=https://registry.npm.taobao.org

# 启动服务
npm run dev

演示图

About

基于websocket的简单聊天室

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published