All Projects → 99MyCql → Chatroom

99MyCql / Chatroom

go语言实现的简单聊天室(WebSocket方式)

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Chatroom

Go jwt
golang for websocket wechat or weixin and jwt,http ratelimit
Stars: ✭ 19 (-5%)
Mutual labels:  beego, websocket
Websock3ds
Example websocket server for Nintendo 3DS
Stars: ✭ 13 (-35%)
Mutual labels:  websocket
Kafka2websocket
Read Kafka topics with WebSockets
Stars: ✭ 19 (-5%)
Mutual labels:  websocket
Gowebsocket
golang基于websocket单台机器支持百万连接分布式聊天(IM)系统
Stars: ✭ 937 (+4585%)
Mutual labels:  websocket
Nginx Luajit Ws
nginx + nginx-luajit + websocket
Stars: ✭ 19 (-5%)
Mutual labels:  websocket
Web Msg Sender
Web message pusher written in PHP based on workerman.
Stars: ✭ 864 (+4220%)
Mutual labels:  websocket
Bigq
Messaging platform in C# for TCP and Websockets, with or without SSL
Stars: ✭ 18 (-10%)
Mutual labels:  websocket
Netty Websocket Spring Boot Starter
🚀 lightweight high-performance WebSocket framework ( 轻量级、高性能的WebSocket框架)
Stars: ✭ 885 (+4325%)
Mutual labels:  websocket
Angular Chat
(IM App)Chat App built using Angular and Socket.io
Stars: ✭ 12 (-40%)
Mutual labels:  websocket
Oatpp Websocket
oatpp-websocket submodule.
Stars: ✭ 26 (+30%)
Mutual labels:  websocket
Rocketengine
🚀 支持流式读写的 WebSocket 库
Stars: ✭ 25 (+25%)
Mutual labels:  websocket
Goapiserver
A golang api server demo that contains usage of Redis and MySQL.
Stars: ✭ 22 (+10%)
Mutual labels:  beego
Clusterws
💥 Lightweight, fast and powerful framework for building scalable WebSocket applications in Node.js
Stars: ✭ 868 (+4240%)
Mutual labels:  websocket
Deepstream.io
deepstream.io server
Stars: ✭ 6,947 (+34635%)
Mutual labels:  websocket
Erlach
☣⚫⚫ SPA Imageboad on WebSockets written on Erlang
Stars: ✭ 23 (+15%)
Mutual labels:  websocket
Poxa
Pusher server implementation compatible with Pusher client libraries.
Stars: ✭ 898 (+4390%)
Mutual labels:  websocket
Awesome Websockets
A curated list of Websocket libraries and resources.
Stars: ✭ 850 (+4150%)
Mutual labels:  websocket
Treefrog Framework
TreeFrog Framework : High-speed C++ MVC Framework for Web Application
Stars: ✭ 885 (+4325%)
Mutual labels:  websocket
Esp Rfid
ESP8266 RFID (RC522, PN532, Wiegand, RDM6300) Access Control system featuring WebSocket, JSON, NTP Client, Javascript, SPIFFS
Stars: ✭ 881 (+4305%)
Mutual labels:  websocket
Much Assembly Required
Assembly programming game
Stars: ✭ 869 (+4245%)
Mutual labels:  websocket

chatRoom

一个用webSocket、go语言和beego框架实现的聊天室 (a chat room made by webSocket, go and beego)

简介(introduction)

聊天室基础:WebSocket协议,能使客户端与服务器之间长时间通信。

使用语言:go语言,拥有并发特性。

框架:beego框架,MVC模式。

前端页面:bootstrap + jQuery。

截图(screenShot)

登录:

欢迎界面

聊天:

聊天室1

聊天室2

聊天室3

使用(how to use)

准备(preparation):

go 环境 + beego 框架

下载(download):

go get github.com/99MyCql/chatRoom

git clone https://github.com/99MyCql/chatRoom.git 然后 mv chatRoom $GOPATH/src/github.com/99MyCql/

由于项目中包导入的问题,一定要放在该路径下。

运行(run):

cd chatRoom
bee run

详细文档(detailed documentation)

doc.md

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