All Projects → cleverqin → Node Websocket Chatroom

cleverqin / Node Websocket Chatroom

web聊天室项目

Projects that are alternatives of or similar to Node Websocket Chatroom

Saea
SAEA.Socket is a high-performance IOCP framework TCP based on dotnet standard 2.0; Src contains its application test scenarios, such as websocket,rpc, redis driver, MVC WebAPI, lightweight message server, ultra large file transmission, etc. SAEA.Socket是一个高性能IOCP框架的 TCP,基于dotnet standard 2.0;Src中含有其应用测试场景,例如websocket、rpc、redis驱动、MVC WebAPI、轻量级消息服务器、超大文件传输等
Stars: ✭ 318 (+40.09%)
Mutual labels:  chat, socket
Vchat
💘🍦🙈Vchat — 从头到脚,撸一个社交聊天系统(vue + node + mongodb)
Stars: ✭ 724 (+218.94%)
Mutual labels:  chat, socket
Socket.io
NodeJS《你画我猜》游戏
Stars: ✭ 255 (+12.33%)
Mutual labels:  chat, socket
Chattt
❯❯❯ Chat without leaving your terminal
Stars: ✭ 239 (+5.29%)
Mutual labels:  chat, socket
Easychatandroidclient
EasyChat是一个开源的社交类的App。主要包含消息、好友、群组等相关的IM核心功能。部分界面参照了QQ、微信等相关社交APP。EasyChat APP整体采用MVVM模式,基于JetPack(Lifecycle,LiveData,ViewModel,Room)构建
Stars: ✭ 64 (-71.81%)
Mutual labels:  chat, socket
Socket Io Typescript Chat
A chat application implemented using Socket.io, TypeScript, Angular and Angular Material components
Stars: ✭ 771 (+239.65%)
Mutual labels:  chat, socket
Fiora
An interesting open source chat application. Developed with node.js, mongoDB, socket.io and react
Stars: ✭ 4,920 (+2067.4%)
Mutual labels:  chat, socket
Chat.io
A Real Time Chat Application built using Node.js, Express, Mongoose, Socket.io, Passport, & Redis.
Stars: ✭ 1,325 (+483.7%)
Mutual labels:  chat, socket
Real Time Public Chat
This program show how to create a public chat using javascript
Stars: ✭ 45 (-80.18%)
Mutual labels:  chat, socket
Mean Angular4 Chat App
MEAN stack with Angular 4 Chat App
Stars: ✭ 41 (-81.94%)
Mutual labels:  chat, socket
Chatroom Vue
一个简单的多人聊天室。基于vue和node+Socket.IO
Stars: ✭ 71 (-68.72%)
Mutual labels:  chat, socket
Nettychat
基于Netty+TCP+Protobuf实现的Android IM库,包含Protobuf序列化、TCP拆包与粘包、长连接握手认证、心跳机制、断线重连机制、消息重发机制、读写超时机制、离线消息、线程池等功能。
Stars: ✭ 1,979 (+771.81%)
Mutual labels:  chat, socket
React Native Chatbot
💬 Easy way to create conversation chats
Stars: ✭ 212 (-6.61%)
Mutual labels:  chat
Irccloud Desktop
IRCCloud Desktop App
Stars: ✭ 215 (-5.29%)
Mutual labels:  chat
Chatview
This is an Android library which can be used to add chat functionality to your android application with just a few lines of code.
Stars: ✭ 211 (-7.05%)
Mutual labels:  chat
React Native Typing Animation
💬 A typing animation for your React Native chat app based on simple trigonometry to create better loaders.
Stars: ✭ 211 (-7.05%)
Mutual labels:  chat
Simplenetwork
simple TCP server / client C++ linux socket
Stars: ✭ 225 (-0.88%)
Mutual labels:  socket
Laravel Feedback Component
Customizable Feedback Component for Laravel
Stars: ✭ 216 (-4.85%)
Mutual labels:  chat
Client
一叶客户端源代码
Stars: ✭ 212 (-6.61%)
Mutual labels:  chat
Python Mocket
a socket mock framework - for all kinds of socket animals, web-clients included
Stars: ✭ 209 (-7.93%)
Mutual labels:  socket

WebChat聊天室

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

功能介绍

[✔]支持表情发送

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

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

[✔]支持在线用户搜索

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

[✔]支持消息声音提示

[✔]支持消息显示设置

[✔]未读消息条数显示

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

[✔]支持移动端

相关技术站点

Vue官方文档

Socket.io官方文档

使用手册

  1. 下载代码并安装nodejs
  2. 使用’npm install‘安装项目依赖模块
  3. 使用’npm run dev‘启动服务
  4. 最后打开浏览器访问 http://localhost:3000

项目预览截图

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].