erlang web server
Torbjorn Tornkvist
tobbe@REDACTED
Mon Jun 14 01:37:58 CEST 1999
--------
> can anyone point me to the erlang web server? I can't seem to find a
> link to it.
You'll find a Web server in the inets-2.3 library.
There is also the Eddie Web cluster thingie, see:
http://www.eddieware.org
> 55> chat_client:signup().
> ** exited: {badarg,{chat_client,signup,[]}} **
>
> signup() ->
> chat_server ! {sign_up, name(), self()},
'badarg' indicates that there is no process
registered with the name 'chat_server'
Chat...hm...this program may be useful in your case:
http://www.serc.rmit.edu.au/~tobbe/eppp_chat.erl
Cheers /Tobbe
More information about the erlang-questions
mailing list