英文: Reading from a tcp connection in golang 问题 在像bytes_read, err := conn.Read(tmp)这样的语句中,我希望读取操作在x秒内...
干净且通用的项目结构,适用于GO应用程序和mongodb。
英文: Clean and generic project structure for GO applications and mongodb 问题 我想使用GO和MongoDB构建一个基于API的应...
Should things like an app's mailer system run in a separate channel as shown in this example?
英文: Should things like an app's mailer system run in a separate channel as shown in this example...
API身份验证设计
英文: API authentication design 问题 我计划构建一个由两个服务器组成的网络服务——一个API后端(RESTful和无状态)和一个Web服务器前端。后端将使用Go构建,而We...
桌面应用程序和Web前端之间的通信
英文: Communication between desktop application and web frontend 问题 我的项目可以分为三个组件:桌面应用程序、服务器后端和服务器前端。我正...
在Go中存储状态
英文: Storing state in Go 问题 我正在使用Go语言编写一个简单的程序,作为学习该语言的练习。这个程序是一个游戏玩家:它通过exec.Command执行一个基于文本的游戏,然后通过...
How to structure code for a restful API with Express.js?
英文: How to structure code for a restful API with Express.js? 问题 最近,我一直在使用Sails.js构建一个REST API。我确定了我应...
在golang应用程序中组织测试并避免导入循环问题。
英文: Organizing tests in golang application and avoiding import cycles hell 问题 我目前遇到了一个关于应用程序结构和测试基础设...
我遇到了麻烦,无法理解go语言中的对象组合。
英文: Trouble figuring out go object composition 问题 我目前正在使用Go语言实现一个游戏服务器,因为它拥有强大的并发原语。这一切都很容易实现,并且非常可靠...
Go应用服务器?
英文: Go application server? 问题 能否利用基于模块化组件的设计在Go平台上运行的应用服务器来实现这个设计? 是否有限制使得这个设计在Go上不可能实现? 英文: Would i...
8