It is a IRC client/server in nodejs using:
- Express
- Passport (local strategy)
- Socket.io
- Sequelize
- Electron
- Jasmine
- Istanbul
- Cluster
- Before doing anything use the command line
sudo npm install
in both client and server directory to install the modules. - Then use the command line
npm start
if you want to start either the client or the server. - Don't forget to start the server before starting the client, be also aware of the databse configuration.