Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Chat / IM

From: ryanc:iesco-dms at: 18-May-2001 12:47

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 wrote it down, the above looks pretty good. Maybe you can write the client, I can write the server, and we could be done in an hour or two? I suppose you could set it up to do IM too, push or pull being up to the client. Example: read http://fe.fi.fo/rebol-chat?user=bob&push=4444 ; push messages to port 4444 --Ryan Maarten Koopmans wrote:
> Hi, > > Does anybody have a view based Chat or IM component available? Otherwise I > start coding myself tonight.... > > Raise your hand if your interested. > > I'll also make it available as an App on the View desktop once I got it, so > we can use that as well besides the maiing list. > > Thanks, > > Maarten > > -- > To unsubscribe from this list, please send an email to > [rebol-request--rebol--com] with "unsubscribe" in the > subject, without the quotes.
-- Ryan Cole Programmer Analyst www.iesco-dms.com 707-468-5400 I am enough of an artist to draw freely upon my imagination. Imagination is more important than knowledge. Knowledge is limited. Imagination encircles the world. -Einstein