Name: Anonymous 2019-01-19 18:09
server.js:
http://shellchat.herokuapp.com/server.js
client.js:
http://shellchat.herokuapp.com/client.js
package.json:
http://shellchat.herokuapp.com/package.json
Installation:
(with all files in same folder)
Usage:
Optional always-online address: shellchat.herokuapp.com
Access:
et cetera
Let's chat!
http://shellchat.herokuapp.com/server.js
client.js:
http://shellchat.herokuapp.com/client.js
package.json:
http://shellchat.herokuapp.com/package.json
Installation:
(with all files in same folder)
$ npm install
Usage:
$ node server.js
Listening on port 8080
^C
$ node server.js 8081
Listening on port 8081
$ node client.js
To connect to a server, type /connect <address>.
/connect localhost:8080
Commands are /nick <nickname> and /join <channelname>
test
/nick Test
/join prog
Test has joined prog
test
Test: test
Optional always-online address: shellchat.herokuapp.com
Access:
$ node client.js
To connect to a server, type /connect <address>.
/connect shellchat.herokuapp.com
Commands are /nick <nickname> and /join <channelname>
et cetera
Let's chat!