SuperSocket, an extensible socket application framework

为什么80%的码农都做不了架构师?>>>   hot3.png

作者: 江大鱼 发表于 2010-06-09 13:39 原文链接 阅读: 16 评论: 0

SuperSocket is an extensible socket application framework. You can use it to build a command based server side socket application easily without thinking about how to use socket, how to maintain the socket connections and how socket works(synchronize/asynchronize).

It is a pure C# project which is designed to be extended, so it is easy to be integrated to your existing system. As long as your systems (like forum/CRM/MIS/HRM/ERP) are developed in .NET language, you must be able to use SuperSocket to build your socket application as a part of your current system perfectly.

The source code of SuperSocket also include some service implementation samples which you can follow.

Note: You can not use SuperSocket as production for now because it still is a startup project which may contain lots of issues.

If you have any ideas,questions and suggestions for SuperSocket, please feel free to mail to the author kerry-jiang(at)hotmail.com. Kerry also welcome any body who love this project to join it.

 

 

Homepage of SuperSocket : http://supersocket.codeplex.com/

Download page of SuperSocket : http://supersocket.codeplex.com/releases/

 

评论: 0 查看评论 发表评论

软件研发团队管理年会(上海,7.10-7.11)


最新新闻:
· 6个强大的社会化网络搜索引擎(2010-06-12 08:58)
· 马雪征:把联想的经验带入TPG(2010-06-12 08:54)
· 苹果如何基业长青(2010-06-12 08:52)
· 腾讯:平台优势催动“利润发生器”(2010-06-12 08:52)
· Google News测试新版页面(2010-06-12 08:50)

编辑推荐:谈谈IT软件开发工程师的基本功

网站导航:博客园首页  个人主页  新闻  闪存  小组  博问  社区  知识库

转载于:https://my.oschina.net/kjiang/blog/5520

你可能感兴趣的:(SuperSocket, an extensible socket application framework)