Personalized tools collections
- simple-chat
- qrcode generate
- File upload for sharing
- Timer
A simple chat application in nodejs
Run command:
node server.js 3000 192.168.2.100
3000
is the port listen
192.168.2.100
is the ip address of current server
no need:
Need to modify server url SERVER_URL
in index.html
add address as parameter in order to make sure the js in html know the host ip
https://192.168.50.207:3000/?address=192.168.50.207:3000
- whiteboard