Public
Like
2
ShoutyJSON
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
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.