chat-client/README.md

27 lines
323 B
Markdown
Raw Permalink Normal View History

2019-03-24 17:22:44 +11:00
# chat-client
An open source chat client
# Required software
- NodeJs
# Required libraries
- net
- fs
- electron
- node-rsa
- buffer-split
2019-04-09 19:18:47 +10:00
- worker-farm
2019-04-10 20:31:29 +10:00
- atob
- btoa
- child_process
- showdown
- open
- proxysocket
# Chat formatting
- Bold: `*`
- Italic: `_`
- Strikethrough: `~`
- Underline: `-`
- Code: <code>`</code>