EntropySink

Technical & Scientific => Programming => Topic started by: hans on June 14, 2010, 05:33:38 PM

Title: Web based chat libraries
Post by: hans 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).
Title: Re: Web based chat libraries
Post by: ober 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.