Skip to content
/ irce Public

ircd in Erlang from scratch, a small IRC server daemon

Notifications You must be signed in to change notification settings

jannschu/irce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

irce

irce is a small, new IRC server written in Erlang. Sometime it might be RFC 2812 compliant and has several linking protocols. And use of course Erlang's distribution features. If you know a better name, let me know.

How to start

Go in your terminal in the directory of irce (the cloned repo) and type this: erl -make erl -pa ebin

It should compile without errors and start the Erlang Shell, now just do mnesia:start(). application:start(irce).

Maybe I will add a boot file (reminder).

Why another IRCd?

I don't know. You don't have to use it. I'm doing it because of Erlang.

About

ircd in Erlang from scratch, a small IRC server daemon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages