mirror of
https://github.com/cubixle/cli-chat.git
synced 2026-04-24 23:04:42 +01:00
added package.json and readme.md
This commit is contained in:
3
README.md
Normal file
3
README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
To run the server 'nodejs chat.js'
|
||||
|
||||
To connect to the server 'telnet <ip> <port (default 5000)>'
|
||||
6
package.json
Normal file
6
package.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"moment": "~2.10.6",
|
||||
"cli-color": "~1.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user