name5566 / leaf

A game server framework in Go (golang)
Apache License 2.0
5.3k stars 1.32k forks source link

leaf的console可以接收http消息吗 #130

Closed Victoryship closed 5 years ago

Victoryship commented 6 years ago

可以用console来接收HTTP请求么?可以的话该如何实现?

name5566 commented 6 years ago

参考:https://github.com/name5566/leaf/issues/39

Victoryship commented 6 years ago

这是额外开个go来实现的。用console的话是要自己重写么

name5566 commented 6 years ago

可能额外用 golang 实现一个 web 服务器可行,也可以在 Leaf 内部实现,或者直接使用现有的 Web 服务器,具体还需要想想看。但总体的思路就是把 http 请求转发到 Leaf 的 console 中去。不需要重写 console,仅仅做一个协议转换而已。

Victoryship commented 6 years ago

嗯嗯,我在想想。谢谢大佬

yilinershi commented 4 years ago

@Victoryship 大佬想好了没?最后你是怎么解决的?