Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 712 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 712 Bytes

sam-irc-nodejs

Simple IRC (not following the RFC) based on a Node.js server and a desktop client using Electron.

Setup

# Get the repository
git clone https://github.com/michau-k/sam-irc-nodejs.git

# In sam-irc-nodejs directory
npm install

Run

# To run the server, in sam-irc-nodejs/server/
npm start

# To run the client, in sam-irc-nodejs/client/
npm start

Miscellaneous

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.