英文:
Creating an async tcp server using go language
问题
我想启动一个服务器,它监听特定的端口,并异步进行一些计算,然后返回结果。对此有什么指导吗?
英文:
I want to start a server which listens on a specific port and does some calculations async and returns a result.
Any leads on the same will be appreciated.
答案1
得分: 1
在你开始提问之前,请使用谷歌等搜索引擎查找相关信息。
无论如何,你可以在这里找到一个示例。
https://gist.github.com/iwanbk/2295255
英文:
Please use google for things like this before you go ahead and start a question.
Anyways you can find an example here.
https://gist.github.com/iwanbk/2295255
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论