ASP.NET Open Source Solution [closed]
We don’t allow questions seeking recommendations for books, tools, software librar开发者_运维技巧ies, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questioni am looking for an open source Solution for a company. For example we have a management Unit. and some Departments (for example 20). i am looking for a system that enable me to this : clients (Departments) can send Request as text message to Management Unit and Server can Answer them. abstract : an Open Source Offline messenger. is there any suggestions? thanks. UPDATE : a web base system that enable me to send and receive Messages between some computers in Lan network.
One solution would be to use .NET to write messages to Jabber. Obviously, the consumers will need a Jabber client.
jabber-net
This is a good starting point to use message queue using ASP.NET:
http://www.15seconds.com/issue/031202.htm
精彩评论