Sign in to follow this  
Followers 0
Guest Toast

Extending Webserver

5 posts in this topic

I was thinking of a way to get chats into the webserver since most of the stuff is already in there is it possible to extend the webserver via applet or plugin to include chat ?

Share this post


Link to post
Share on other sites

If you thought about using internal server, then current API implementation won't support such a thing. Otherwise one can easily capture incoming and generate outgoing chats in a plugin and exchange them with any external webserver you want.

Share this post


Link to post
Share on other sites

If you thought about using internal server, then current API implementation won't support such a thing. Otherwise one can easily capture incoming and generate outgoing chats in a plugin and exchange them with any external webserver you want.

if its others listening in your worried about then the connection could be changed from http to https with a self generated cert and API's can be rewritten even :thumbsup: so nothing is definite

Share this post


Link to post
Share on other sites

I don't mean that. Maybe my english is so bad. :thumbsup:

I had talked about legitimate capturing of text messages by plugin and via plugin API and redirecting them to external server for further displaying in AJAX or flash chat and vice versa.

Share this post


Link to post
Share on other sites

If someone wants to do this Sergeo's way is certainly the right way to go, because as far as the webserver built into Apex goes it's a bit nasty and very limited altogether.

Share this post


Link to post
Share on other sites
Sign in to follow this  
Followers 0