Chat Client Programming
-
Hello, I’m planning to build a website using ASP.net. The members of this site should use a client like Skype. The client should support the following features: ·Audio Chat. ·Text chat and instant messaging. ·Desktop sharing I do not know the best option to achieve that. Is there an existing library to develop this client? Or I should build the client from scratch? Shall I use SIP, XMPP or other protocols? Can I use Google for work or office 365? Note: The expected number of users is 100’000 and later in future. Thanks in advance
-
Hello, I’m planning to build a website using ASP.net. The members of this site should use a client like Skype. The client should support the following features: ·Audio Chat. ·Text chat and instant messaging. ·Desktop sharing I do not know the best option to achieve that. Is there an existing library to develop this client? Or I should build the client from scratch? Shall I use SIP, XMPP or other protocols? Can I use Google for work or office 365? Note: The expected number of users is 100’000 and later in future. Thanks in advance
If you want a custom solution have a look at the SignalR framework. Desktop sharing can be extremely sketchy (you're potentially sending IO command and control over public networks and have a serious possibility of breaking Confidentiality and Integrity) and unless you have a full Dev/QA team is completely not worth developing in any serious way. Adobe connect does everything you're talking about and already scales; I'm sure there are other options out there as well.
"There are three kinds of lies: lies, damned lies and statistics." - Benjamin Disraeli
-
Hello, I’m planning to build a website using ASP.net. The members of this site should use a client like Skype. The client should support the following features: ·Audio Chat. ·Text chat and instant messaging. ·Desktop sharing I do not know the best option to achieve that. Is there an existing library to develop this client? Or I should build the client from scratch? Shall I use SIP, XMPP or other protocols? Can I use Google for work or office 365? Note: The expected number of users is 100’000 and later in future. Thanks in advance
SingleR is best solution for your problem . for more information about this, please follow below link Introduction to SignalR | The ASP.NET Site[^]