Hello!

Hello!

Anybody knows of a component/class set implementing a text chat system?

I am looking to avoid reinventing the wheel if possible.

Simple systems are fine, but of course the more features the better :)

I doubt there's anything free, but how about low cost?

Anybody knows anything?

Thanks!

A

Comments

  1. Need more requirements ;)
    Authentication / encryption / point to point or star / groups?

    ReplyDelete
  2. Authentication, server-based, with groups (=rooms) is the minimal.
    Encryption, P2P ability, etc. would be better :)

    A

    ReplyDelete
  3. Andrea Raimondi Give me your email i will send you something that mite help.(chat)
    limelect at gmail dot com
    P.S I know i have chat with rooms but cannot find it i will keep looking.

    ReplyDelete
  4. Real Thin Client (not free) have extensive support and demos. And it does not touch WebSockets at all.

    ReplyDelete
  5. I am rather looking for something specific. I could probably set up a chat system in a relatively short time using RO (that I own) but I am more looking for something focused.

    ReplyDelete
  6. Good old... What was it called, Jabber?

    ReplyDelete
  7. I was with the same question just different result, I had to choose between WebSockets and XMPP. XMPP as it turns out is a XML based system, and Websockets are JSON, I use websockets in a algorithmic trading system that only will have ever up to 3 clients, so I don't know if Websockets is better for /you/, but for me Websockets was much simpler to implement!

    ReplyDelete

Post a Comment