FishChatServer
FishChatServer copied to clipboard
请移步第二版 https://github.com/oikomi/FishChatServer2
没有MongoDB数据库文件吗?还有有一个详细搭建过程吗?
服务组件地址不应该写死配置文件中,比较好的方案可通过自动发现机制,这样可以做到真正scalability
不知道你说需要改进的有哪些地方,能不能更新一下,大家也好一起开发
编译错误
# github.com/oikomi/FishChatServer/monitor/controllers controllers/main_controller.go:27: c.TplNames undefined (type *MainController has no field or method TplNames) controllers/monitor_controller.go:49: this.ServeJson undefined (type *MonitorController has no field or method ServeJson) 编译过程报这个错误不知道怎么解决,不知道能不能帮我看一下呢
不知道是否是我看的不仔细, 没发现服务角色之间断线重连的代码呢
请问什么时候开放智能硬件网关管理代码??
可能直接就是逻辑层了,但是如果连接层收到了消息是通过http告诉后面逻辑层,然后逻辑层知道该转发给谁,就在通过http告诉连接层?是不是这样不好
hi, I just want to know what protocol you use to provide notification do you use xmpp, mqtt or http with long polling or even websocket?