/nodejscalc

A simple calculator using Node.js and socket.io.

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

Build Status GitHub license

A sample server side, real time calculator using Node.js and Socket.io

Run on local computer

=

  • 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

License

GitHub license

Author

Tortuvshin Byambaa