Simple IRC (not following the RFC) based on a Node.js server and a desktop client using Electron.
# Get the repository
git clone https://github.com/michau-k/sam-irc-nodejs.git
# In sam-irc-nodejs directory
npm install
# To run the server, in sam-irc-nodejs/server/
npm start
# To run the client, in sam-irc-nodejs/client/
npm start
The server is hard codded to run on localhost, port 8080. File server.js to change it.
It uses a MySQL databased running on localhost named dev_irc_nodejs. File database.js to change it.