Part of the open source chat project. Allows users to chat on self-hosted servers.
 
 
 
Go to file
jsrobson10 e685e63c70 Made connections happen in a function instead of globally. 2019-03-30 21:28:20 +11:00
node_modules Got encrypted, stable communication between the server and the client 2019-03-30 18:33:57 +11:00
LICENSE Initial Commit 2019-03-24 17:22:44 +11:00
README.md Got encrypted, stable communication between the server and the client 2019-03-30 18:33:57 +11:00
index.html Initial Commit 2019-03-24 17:22:44 +11:00
index.js Made connections happen in a function instead of globally. 2019-03-30 21:28:20 +11:00
main.js Initial Commit 2019-03-24 17:22:44 +11:00
package.json Installed node-rsa, fixed package.json 2019-03-25 13:00:56 +11:00
run Initial Commit 2019-03-24 17:22:44 +11:00
settings.json Made connections happen in a function instead of globally. 2019-03-30 21:28:20 +11:00

README.md

chat-client

An open source chat client

Required software

  • NodeJs

Required libraries

  • net
  • fs
  • electron
  • node-rsa
  • buffer-split