Skip to content

MirzaCickusic/electron-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chat App

This project is two desktop peer-to-peer chat applications. Both applications communicate with each other using WebServer protocol through the simple web-server implemented in C++

Gif failed to start

(colors on right chat client are disorded due to video encoding of software used for this recording)

Requirements to run:

How to run:

  • Download C++ server executable from this link (https://bit.ly/3hxxXW8). IMPORTANT! Web-server would only run on Windows machines.
  • Run server.exe executable you downloaded
  • Create folder where you want to clone this repository
  • Clone the repository
  • cd to client-one, run npm install and run electron .
  • cd to client-two, run npm install and run electron .
  • Both clients should now be running and peer-to-peer comunication should be enabled

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published