Download server.js file from GitHub: Source Code

Run With Node.js

nodemon ./server.js

Usage:

http://localhost:5000/add/number/number

Or

http://localhost:5000/multiply/number/number

Example: http://localhost:5000/add/2/3

Example: http://localhost:5000/multiply/4/6