golang-beego-websocket 聊天室

golang-websocket的聊天室

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

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

golang-beego-websocket 聊天室_第1张图片
进入界面
golang-beego-websocket 聊天室_第2张图片
聊天界面

说明 基于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

你可能感兴趣的:(golang-beego-websocket 聊天室)