server chat with erlang

Ryan Rawson ryanobjc@REDACTED
Thu Aug 10 04:04:30 CEST 2006


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