chat-client/README.md

27 lines
323 B
Markdown

# 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: <code>`</code>