Part of the open source chat project. Allows users to chat on self-hosted servers.
 
 
 
Go to file
jsrobson10 a5f1b53a34 Updated readme 2019-04-10 20:31:29 +10:00
node_modules Made communication more stable 2019-04-09 19:18:47 +10:00
scripts Got authentication between the server and the client 2019-04-10 20:24:41 +10:00
.gitignore Got authentication between the server and the client 2019-04-10 20:24:41 +10:00
LICENSE Initial Commit 2019-03-24 17:22:44 +11:00
README.md Updated readme 2019-04-10 20:31:29 +10:00
index.html Started work on a basic GUI, organised some stuff more 2019-04-10 17:42:44 +10: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
rsa.js Got stable, functional, reliable connection between the server. Fixed issues with JavaScript strings. 2019-04-09 21:03:05 +10:00
run Initial Commit 2019-03-24 17:22:44 +11:00
settings.json Made communication more stable 2019-04-09 19:18:47 +10:00
style.css Started work on a basic GUI, organised some stuff more 2019-04-10 17:42:44 +10:00

README.md

chat-client

An open source chat client

Required software

  • NodeJs

Required libraries

  • net
  • fs
  • electron
  • node-rsa
  • buffer-split
  • worker-farm
  • atob
  • btoa
  • child_process