2019-03-24 17:22:44 +11:00
|
|
|
# chat-client
|
|
|
|
An open source chat client
|
|
|
|
|
|
|
|
# Required software
|
|
|
|
- NodeJs
|
|
|
|
|
|
|
|
# Required libraries
|
|
|
|
- net
|
|
|
|
- fs
|
2019-03-30 18:33:57 +11:00
|
|
|
- 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
|
2019-04-17 08:53:12 +10:00
|
|
|
- showdown
|
|
|
|
- open
|
|
|
|
|
|
|
|
# Chat formatting
|
|
|
|
- Bold: `*`
|
|
|
|
- Italic: `_`
|
|
|
|
- Strikethrough: `~`
|
|
|
|
- Underline: `-`
|
|
|
|
- Code: <code>`</code>
|