Giter VIP home page Giter VIP logo

node-websocket-chatroom's Introduction

WebChat聊天室

WebChat聊天室是一个基于nodejs+express+socket.io模块构建的 网页聊天室工具。前端使用Vue作为前端框架。服务端使用express搭建web服务,使用socket.io 来创建服务端socket服务,实现了一些基本的聊天功能。

功能介绍

[✔]支持表情发送

[✔]支持键盘回车发送信息

[✔]支持在线用户统计和用户列表

[✔]支持在线用户搜索

[✔]支持在线用户的私聊

[✔]支持消息声音提示

[✔]支持消息显示设置

[✔]未读消息条数显示

[✔]支持发送小于1M的图片

[✔]支持移动端

相关技术站点

Vue官方文档

Socket.io官方文档

使用手册

  1. 下载代码并安装nodejs
  2. 使用npm install安装项目依赖模块
  3. 使用npm run serve启动开发服务
  4. 使用npm run prod启动后台服务
  5. 最后打开浏览器访问 http://localhost:8080
  6. 开发完成后打包前端代码npm run build

项目预览截图

node-websocket-chatroom's People

Contributors

cleverqin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.