A sample server side, real time calculator using Node.js and Socket.io
=
git clone https://github.com/tortuvshin/nodejscalc.git
cd nodejscalc
npm install
node server.js .
- For first time, launch link on browser http://localhost:8080
A sample server side, real time calculator using Node.js and Socket.io
=
git clone https://github.com/tortuvshin/nodejscalc.git
cd nodejscalc
npm install
node server.js .