0

I know AOL provides a library for their Web AIM (or whatever its called) but I'm more interested in something I can use with something like v8cgi.

solarissmoke
  • 30,039
  • 14
  • 71
  • 73
Darrell Brogdon
  • 6,843
  • 9
  • 47
  • 62

1 Answers1

1

If you are wanting a client-side browser based solution, you'd have to create a proxy similar to how Meebo does this. Otherwise, if you want to use something like node.js you'd be able to implement something using sockets.

In either case, you'd be hard pressed to find something already written to suit your needs.

Tracker1
  • 19,103
  • 12
  • 80
  • 106