jfro / minecraft-server-info

Small expressjs/nodejs app for tracking who's online in a minecraft server and maybe eventually more
5 stars 0 forks source link

IRC bot should be de-coupled from web app #2

Open jfro opened 13 years ago

jfro commented 13 years ago

The various components, specially the IRC bot, should be decoupled from each other better. One issue is if you wanted to load balance the web app with cluster you can't since it'd end up connecting to IRC multiple times.