[REBOL] Re: Chat / IM
From: m:koopmans2:chello:nl at: 18-May-2001 22:19
Now check this: I got a MySQL database up and running as well on erebol.com,
so that can be used as a relay service as well, or is that called email ;-)
The smartes way probably is to have both Chat and IM pol over HTTP, so
people behind a firewall can use it. At least, that's my situation at
work...
I'll post it when it is ready.
Thanks,
Maarten
----- Original Message -----
From: "Ryan Cole" <[ryanc--iesco-dms--com]>
To: <[rebol-list--rebol--com]>
Sent: Friday, May 18, 2001 9:47 PM
Subject: [REBOL] Re: Chat / IM
> I was thinking of writing one that is HTTP based. This way you could
setup an ordinary webserver to do it, or a rebserver if you prefer.
Example:
> >> read http://fe.fi.fo/rebol-chat?user=bob&says=Thats+cool
> == {ralph: "when is View going to be avail for macs?"
> sam: "Soon, I hope."}
>
> Easily done in a night too. Only reason I have'nt written it yet, is I
could'nt make up my mind how I would like to format the returned updates.
Now that I