# little-chat **Repository Path**: laoitx/little-chat ## Basic Information - **Project Name**: little-chat - **Description**: 轻量聊天软件 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-19 - **Last Updated**: 2025-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue, Nodejs ## README # LittleChat ### LittleChat是一个瞎写的内部聊天软件,请勿用于非法用途 ## 技术架构: ### Vite+VUE ### node.js ### WebSocket ## 使用方法: ### 启动服务端: ### cd server ### node app.js #### 成功提示: ##### Server running on port 3000 ### 启动客户端: ### npm run dev #### 成功提示: ##### VITE v6.3.2 ready in 798 ms ##### ➜ Local: http://localhost:1420/ ##### ➜ Network: http://192.168.151.172:1420/ ##### ➜ press h + enter to show help