Accepts messages via either JSON or a message query parameter. Responds with a JSON body with the message in all upper case.

So, either ?message=hello or

{ "message": "hello"}

will produce a JSON response of:

{ "message": "HELLO" }

This is intended a test standin for a real chat server.