BunJS MVC Framework Demonstration

API JSON Demo

The source code demonstrates sending to an endpoint and getting a JSON response, along with a 4 second timeout, as well as making an endpoint with bearer authentication.

	{
  "received": {
    "name": "John Doe",
    "age": 45,
    "pet": "dog"
  },
  "timestamp": "2026-01-26 09:40:02"
}