All Projects → lss5270 → Chatroom Vue

lss5270 / Chatroom Vue

一个简单的多人聊天室。基于vue和node+Socket.IO

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Chatroom Vue

Mean Angular4 Chat App
MEAN stack with Angular 4 Chat App
Stars: ✭ 41 (-42.25%)
Mutual labels:  chat, websocket, socket, socketio
Socket.io
NodeJS《你画我猜》游戏
Stars: ✭ 255 (+259.15%)
Mutual labels:  chat, websocket, socket
Angular Chat
(IM App)Chat App built using Angular and Socket.io
Stars: ✭ 12 (-83.1%)
Mutual labels:  chat, websocket
Netty Websocket Spring Boot Starter
🚀 lightweight high-performance WebSocket framework ( 轻量级、高性能的WebSocket框架)
Stars: ✭ 885 (+1146.48%)
Mutual labels:  chat, websocket
Socketcluster Server
Minimal server module for SocketCluster
Stars: ✭ 70 (-1.41%)
Mutual labels:  websocket, socket
Bigq
Messaging platform in C# for TCP and Websockets, with or without SSL
Stars: ✭ 18 (-74.65%)
Mutual labels:  websocket, socket
Clusterws
💥 Lightweight, fast and powerful framework for building scalable WebSocket applications in Node.js
Stars: ✭ 868 (+1122.54%)
Mutual labels:  websocket, socket
Workerman Chat
Websocket chat room written in PHP based on workerman.
Stars: ✭ 988 (+1291.55%)
Mutual labels:  chat, websocket
Vchat
💘🍦🙈Vchat — 从头到脚,撸一个社交聊天系统(vue + node + mongodb)
Stars: ✭ 724 (+919.72%)
Mutual labels:  chat, socket
Django Channels React Multiplayer
turn based strategy game using django channels, redux, and react hooks
Stars: ✭ 52 (-26.76%)
Mutual labels:  chat, websocket
Hooligram Client
React Native app for Hooligram
Stars: ✭ 49 (-30.99%)
Mutual labels:  chat, websocket
Channelstream
Channelstream is a websocket communication server for web applications
Stars: ✭ 52 (-26.76%)
Mutual labels:  chat, websocket
Beetlex
high performance dotnet core socket tcp communication components, support TLS, HTTP, HTTPS, WebSocket, RPC, Redis protocols, custom protocols and 1M connections problem solution
Stars: ✭ 802 (+1029.58%)
Mutual labels:  websocket, socket
Socket Io Typescript Chat
A chat application implemented using Socket.io, TypeScript, Angular and Angular Material components
Stars: ✭ 771 (+985.92%)
Mutual labels:  chat, socket
Easychatandroidclient
EasyChat是一个开源的社交类的App。主要包含消息、好友、群组等相关的IM核心功能。部分界面参照了QQ、微信等相关社交APP。EasyChat APP整体采用MVVM模式,基于JetPack(Lifecycle,LiveData,ViewModel,Room)构建
Stars: ✭ 64 (-9.86%)
Mutual labels:  chat, socket
Spring Boot Websocket Chat Demo
Spring Boot WebSocket Chat Demo with SockJS fallback and STOMP protocol
Stars: ✭ 726 (+922.54%)
Mutual labels:  chat, websocket
Gochat
goim server write by golang !🚀
Stars: ✭ 1,144 (+1511.27%)
Mutual labels:  chat, websocket
Websocket Chat
Websocket based group chat app built with socket.io and react.
Stars: ✭ 689 (+870.42%)
Mutual labels:  chat, websocket
Briefing
Secure direct video group chat
Stars: ✭ 710 (+900%)
Mutual labels:  chat, websocket
Real Time Public Chat
This program show how to create a public chat using javascript
Stars: ✭ 45 (-36.62%)
Mutual labels:  chat, socket

chatroom-vue

一个简单的多人聊天室。基于vue和node+Socket.IO。更多功能正在开放中……

如何运行

下载项目

 git clone https://github.com/lss5270/chatroom-vue.git

进入到chatroom-vue目录安装依赖包

 npm install

启动server服务(称这个终端为S终端,得先启动后台服务,否则前端页面无法成功连接Socket),在执行以下命令后,成功执行会终端会提示'app listen at:8081'

 npm run server

另起窗口(注意:是另起窗口!),启动前端开发服务(称这个终端为B终端),在chatroom-vue目录里执行以下命令,成功执行后,在浏览器输入访问地址http://localhost:8080

 npm run dev

关于进程守护

如果服务端需要进程守护,把启动命令从npm run server替换成以下命令即可。(确保全局安装过pm2:npm install pm2 -g)

 npm run pm2

效果图

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].