RESTful API demo.

This page demonstrates how Mongoose web server could be used to implement RESTful APIs. Enter numbers below, and press Submit. Browser will send two numbers to /api/sum URI, Mongoose calclulates the sum of two and returns the result.