# IM-Socket.io **Repository Path**: kyany/IM-Socket.io ## Basic Information - **Project Name**: IM-Socket.io - **Description**: 基于socket.io和electron 开发的一个即时聊天 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2024-04-01 - **Last Updated**: 2024-04-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # IM-Socket.io #基于 Socket.io electron 开发的一个即时聊天 ##代码演示 server ```plain $ cd srever $ npm install $ node index.js ``` client ```plain $ cd client $ npm install $ electron . ``` ##实现功能 - 登陆页面进入用户聊表页面,即时添加用户人数 - 点击列表内用户进入聊天页面,实现简单聊天功能 ##后续功能实现 - 单聊,群聊功能 - 完成文字消息,图片消息 - 文件传输