All Projects → vouv → Chat Room

vouv / Chat Room

Licence: mit
使用GO+Vue构建的聊天室网站

Programming Languages

javascript
184084 projects - #8 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Chat Room

Charroom
PHP + Swoole 聊天室
Stars: ✭ 125 (+10.62%)
Mutual labels:  chatroom, websocket
Dokit
基于 Spring Boot2、 Jpa、 Spring Security、JWT、redis、Vue的前后端分离的后台管理系统开发平台, 用户管理、菜单管理、角色管理、字典管理、权限控制的方式为RBAC,操作日志、异常日志、接口限流、项目支持数据权限管理,支持一键生成前后端代码(支持在线预览及打包下载),支持前端菜单动态路由 可一键部署服务器应用,数据库。系统中活跃用户状态监控,监视当前系统CPU、内存、磁盘、堆栈等相关信息,基于Element UI在线表单设计及生成Vue代码。
Stars: ✭ 348 (+207.96%)
Mutual labels:  websocket, element-ui
Go Space Chat
【孤单Lonely】基于Golang/WebSocket/Canvas/Protobuf 的聊天室
Stars: ✭ 228 (+101.77%)
Mutual labels:  chatroom, websocket
Gin Rtsp
基于Gin + WebSocket + JSMpeg,在HTML页面上直接播放RTSP视频流。
Stars: ✭ 136 (+20.35%)
Mutual labels:  gin, websocket
Branroom
webchat ,a site written in java with SSM framework,support blog post
Stars: ✭ 42 (-62.83%)
Mutual labels:  chatroom, websocket
Swoole Tadpole
tadpole chatroom (maybe spermium) powered by swoole and slim framework
Stars: ✭ 116 (+2.65%)
Mutual labels:  chatroom, websocket
Gin Web
由gin + gorm + jwt + casbin组合实现的RBAC权限管理脚手架Golang版, 搭建完成即可快速、高效投入业务开发
Stars: ✭ 107 (-5.31%)
Mutual labels:  gin, websocket
Go init
一个用go组织项目结构,主要包括 gin, goredis, gorm, websocket, rabbitmq等。👉
Stars: ✭ 183 (+61.95%)
Mutual labels:  gin, websocket
Workerman Chat
Websocket chat room written in PHP based on workerman.
Stars: ✭ 988 (+774.34%)
Mutual labels:  chatroom, websocket
Gowebsocket
golang基于websocket单台机器支持百万连接分布式聊天(IM)系统
Stars: ✭ 937 (+729.2%)
Mutual labels:  gin, websocket
Vue Project
基于vue-cli构建的财务后台管理系统(vue2+vuex+axios+vue-router+element-ui+echarts+websocket+vue-i18n)
Stars: ✭ 301 (+166.37%)
Mutual labels:  websocket, element-ui
Blockchain Real Estate
🚀基于区块链的房地产交易系统小模型。提供销售和捐赠功能。本项目使用Hyperledger Fabric构建区块链网络, go编写智能合约,应用层使用gin+fabric-sdk-go调用合约。前端展示使用vue+element。体验地址:http://blockchain.togettoyou.com/web
Stars: ✭ 81 (-28.32%)
Mutual labels:  gin, element-ui
Happychat
基于Netty实现的WebSocket聊天室,支持几万人同时在线聊天
Stars: ✭ 445 (+293.81%)
Mutual labels:  chatroom, websocket
Gochat
goim server write by golang !🚀
Stars: ✭ 1,144 (+912.39%)
Mutual labels:  chatroom, websocket
Chat Room
一个普通的聊天室
Stars: ✭ 85 (-24.78%)
Mutual labels:  chatroom, websocket
Autobahn Java
WebSocket & WAMP in Java for Android and Java 8
Stars: ✭ 1,467 (+1198.23%)
Mutual labels:  websocket
Syntaxmeets
Syntaxmeets. Create rooms 🏠 Call your friends 👬🏼 Sip Chai, ☕ Chat, Create, and Code👨‍💻. A coding platform to code simultaneously 🚀 with your friends and design your algorithms on SyntaxPad.💫✨
Stars: ✭ 110 (-2.65%)
Mutual labels:  chatroom
Vue Meizi
vue最新实战项目,vue2 + vuex + webpack + es6 干货多多,新手福利
Stars: ✭ 1,476 (+1206.19%)
Mutual labels:  element-ui
Longweb
Simple and easy go realtime-web gateway
Stars: ✭ 108 (-4.42%)
Mutual labels:  websocket
Vue2 Element
基于vue2 + vue-router2 + element-ui + vuex2 + fetch + webpack2 企业级后台管理系统最佳实践
Stars: ✭ 112 (-0.88%)
Mutual labels:  element-ui

logo

Chatroom

Go Report Card Build Status license donate

基于Golang+Vue实现的聊天室

Tech

  1. 实现了三种通信方式
  • 刷新-refresh
  • 长轮询-long-polling
  • 长连接-websocket
  1. 基于GO中Channel特性搭建聊天室模型

更新日志

2019.11.20

  • 优化架构
  • 优化UI

2019.4.30

  • 更新UI
  • 优化接口

2018.12.19

  • 优化聊天室逻辑

效果图

主页

首页

聊天室

聊天室

Thanks To

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