simple nodejs socket.io to chat and upload file.
npm install
npm run server
npm run client {user name}
e.g.
npm run client ali
npm run client amir
absolutely send your message in command line when client was connected.
when client running, in client command:\
sfile:{filename}
e.g.
sfile:text.txt
when client running, in client command:\
gfile:{filename}
e.g.
gfile:text.txt
exit()