server chat with erlang
Joe Armstrong (TN/EAB)
joe.armstrong@REDACTED
Mon Aug 14 17:04:29 CEST 2006
The challenge is to elimiate the servers, making the clients
collectivly behaving as a server.
/Joe
> -----Original Message-----
> From: owner-erlang-questions@REDACTED
> [mailto:owner-erlang-questions@REDACTED] On Behalf Of Ryan Rawson
> Sent: den 10 augusti 2006 04:05
> To: Paul Mahon
> Cc: widjayy; erlang-questions@REDACTED
> Subject: Re: server chat with erlang
>
> Write yet another irc server. The standard protocol is line
> oriented, and you can write a single node very easily. The
> challenge will be to write multiple node chat servers.
>
> -ryan
>
>
> On 8/9/06, Paul Mahon <dufflebunk@REDACTED> wrote:
> > If you just want something simple, you could write the client with
> > YAWS so you wouldn't need to use anything but Erlang.
> >
> > On Wed, 2006-09-08 at 21:31 +0200, widjayy wrote:
> > > hi everyone.
> > >
> > > I want to make a chat with erlang. That's not a great
> idea, I know
> > > ;) My server will be with erlang, and the client will
> connect to it
> > > through a web page. But I don't which is the best technology
> > > (language, method) to connect to erlang.
> > >
> > > Thank you for your help.
> >
> >
> >
>
More information about the erlang-questions
mailing list