26 lines
309 B
Markdown
26 lines
309 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
|
|
|
|
# Chat formatting
|
|
- Bold: `*`
|
|
- Italic: `_`
|
|
- Strikethrough: `~`
|
|
- Underline: `-`
|
|
- Code: <code>`</code>
|