美文网首页GolangGo语言
golang-beego-websocket 聊天室

golang-beego-websocket 聊天室

作者: cowkeys | 来源:发表于2016-11-14 08:10 被阅读675次

golang-websocket的聊天室

最近因为微信断网然后找不到某个朋友联系方式,搞得后面一些事情很烦~~ 就想自己搭个聊天服务器,于是自己设计一个简介的UI,然后用beego做框架,写了一个聊天webapp, (在beego官方已有的一个聊天室demo的基础上进行了修改,更改了UI,加入了房间的功能)

git:github
网站:http://keychat.online

进入界面 聊天界面

说明 基于golang的匿名聊天室程序

随意输入用户名 和 房间号,会根据房间号进入聊天室
聊天所有的记录不会被保存。

this is a anonymous chatting program,
input a username and a roomid then you can go to a chatting room which is identified by the roomid that you typed.
By beego and websocket
keyChat

相关文章

网友评论

  • wilbur_oo:您好,刚学习go,我看了您github上的源码,想请教您一个问题,如果判断某个房间是否为1个人呢?
  • 苏易川:学习啦!

本文标题:golang-beego-websocket 聊天室

本文链接:https://www.haomeiwen.com/subject/ukchpttx.html