Author Topic: Web based chat libraries  (Read 1593 times)

hans

  • Guitar Addict
  • Jackass In Charge
  • Posts: 3523
  • Karma: +46/-18
Web based chat libraries
« on: June 14, 2010, 05:33:38 PM »
I'm working a proof-of-concept at work and I'm in need of a lightweight chat library that can be embedded into a website and communicate with a backend service that's language agnostic.

Before I go and roll my own, I thought I'd check and see if anyone out there has done such a thing and what they used.

The idea would be to do a customer service agent sort of thing (not a chat room kind of thing).
« Last Edit: June 14, 2010, 05:40:59 PM by tgm »
This signature intentionally left blank.

ober

  • Ashton Shagger
  • Ass Wipe
  • Posts: 14305
  • Karma: +73/-790
  • mini-ober is taking over
    • Windy Hill Web Solutions
Re: Web based chat libraries
« Reply #1 on: June 14, 2010, 08:16:54 PM »
I wrote a very simplistic chat module for a SMF board, but it's probably not what you're looking for.  And I didn't use any libraries, just some AJAX stuff that I wrote.