Skip to content

基于websocket的多人聊天室,信息采用RSA+AES加密

Notifications You must be signed in to change notification settings

daiwa233/chatroom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chatroom

使用

clone 该仓库

$ git clone https://github.com/lhj233/chatroom.git

安装依赖

npm install

本地运行

// 后端
node app.js
// 前端
npm run serve

tip: 需要注意该项目依赖github认证,需要在后端创建/config/oauth/index.js提供clientId和clientKey,前端在/client/.env中提供clientId.

License

MIT

About

基于websocket的多人聊天室,信息采用RSA+AES加密

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published