Part of the open source chat project. Allows users to chat on self-hosted servers.
 
 
 
Go to file
jsrobson10 6a78b9d9e2 Added basic chatting between users 2019-04-13 16:34:16 +10:00
node_modules Made communication more stable 2019-04-09 19:18:47 +10:00
scripts Added basic chatting between users 2019-04-13 16:34:16 +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 Added a way to add chats, added titles 2019-04-13 10:10:18 +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 Added basic chatting between users 2019-04-13 16:34:16 +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