How can i make server send message to client

Discussion in 'Site Programming, Development and Design' started by giorgos, Jan 29, 2010.

  1. Hi
    I have a website and i want to let
    Users to exchange messages.

    So when the first User send message, how
    i can make server to send message to the second client
     
  2. Ray

    Ray

  3. Not email,

    I want clients to exchange private messages from my website

    eg chat

    Thanks
     
  4. Ray

    Ray

    It sounds like you need to setup a web application to access a POP account. Try looking at aspnetPOP3.

    http://www.aspnetpop3.com/
     
  5. No
    I want to send data to client without request.
    Not email

    Thanks a lot
     
  6. Ray

    Ray

    OK, I'm a little confused. The first thread said email, then you said data. Can you outline in detail step by step on what you foresee happening with your web application?
     

Share This Page