Part of the open source chat project. Allows users to chat on self-hosted servers.
 
 
 
Go to file
jsrobson10 1024eb2b8b Added ability to use socks proxies with connections, fixed issues with textarea focus 2019-04-19 10:56:18 +10:00
node_modules Added ability to use socks proxies with connections, fixed issues with textarea focus 2019-04-19 10:56:18 +10:00
scripts Added ability to use socks proxies with connections, fixed issues with textarea focus 2019-04-19 10:56:18 +10:00
.gitignore Can now send links, do some string formatting, send newlines, organised chats more. Updated the readme 2019-04-17 08:53:12 +10:00
LICENSE Initial Commit 2019-03-24 17:22:44 +11:00
README.md Added ability to use socks proxies with connections, fixed issues with textarea focus 2019-04-19 10:56:18 +10:00
index.html Can now send links, do some string formatting, send newlines, organised chats more. Updated the readme 2019-04-17 08:53:12 +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
proxy.js Added ability to use socks proxies with connections, fixed issues with textarea focus 2019-04-19 10:56:18 +10: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 Can now send links, do some string formatting, send newlines, organised chats more. Updated the readme 2019-04-17 08:53:12 +10:00
style.css Added ability to use socks proxies with connections, fixed issues with textarea focus 2019-04-19 10:56:18 +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
  • showdown
  • open
  • proxysocket

Chat formatting

  • Bold: *
  • Italic: _
  • Strikethrough: ~
  • Underline: -
  • Code: `