Skip to content

michau-k/sam-irc-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Server/Client IRC with Node.JS + Electron

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published