Skip to content
/ aIRChat Public
forked from bwalker8038/aIRChat

A beautiful, modernized, browser-based IRC client.

License

Notifications You must be signed in to change notification settings

Zodzie/aIRChat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aIRChat

A beautiful browser-based IRC client built on Node.

What it looks like now

Requirements

To be able to run aIRChat, you need to have installed Node.js.

Configuration

Configuration information for aIRChat is contained in the file config.js.

The value of exports.host should be the address of the machine running the server. If you are running the aIRChat server on your personal computer for your exclusive use, you can leave this value alone.

The value of exports.sessionTimeout should be the number of milliseconds you want to allow user sessions to be maintained for. The larger this value, the longer messages and chat clients will be maintained for you and your users.

Downloading

Instructions for installing and running aIRChat are provided on the site. Note that the site hosts a stable release of aIRChat which may not contain the newest features (and bugs!) implemented in the master branch of this repository.

Running it yourself

To run aIRChat yourself from the source, after cloning the repository, inside the Content directory, run:

npm install

Next, start up the application server.

node app.js

You're done! You can now visit your aIRChat instance on localhost, port 3000. That is, simply enter "localhost:3000" into your browser's address bar.

You can stop the aIRChat server at any time by pressing "Ctrl+c" on your keyboard with the terminal running the node process active.

About

A beautiful, modernized, browser-based IRC client.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.7%
  • Python 5.1%
  • Makefile 3.4%
  • Batchfile 3.4%
  • CSS 2.8%
  • Shell 0.6%