Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Chat Client Programming

Chat Client Programming

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netsharepointquestionlounge
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    MD_AS
    wrote on last edited by
    #1

    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

    N A 2 Replies Last reply
    0
    • M MD_AS

      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

      N Offline
      N Offline
      Nathan Minier
      wrote on last edited by
      #2

      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

      1 Reply Last reply
      0
      • M MD_AS

        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

        A Offline
        A Offline
        aarif moh shaikh
        wrote on last edited by
        #3

        SingleR is best solution for your problem . for more information about this, please follow below link Introduction to SignalR | The ASP.NET Site[^]

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups