You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OurMsg是基于.net 2.0框架C#语言编写的即时消息软件(服务器和客户端)。服务器网络框架采用LumiSoft.Net,支持上百万用户的连接,数据库采用SQL Server 2005及以上版本。客户端采用TCP协议连接服务器,文件传输和音视频采用UDP P2P方式通信,数据库采用SQLite保存用户信息,聊天信息等。