Page MenuHomePhorge

bench-coldstart.js
No OneTemporary

Size
236 B
Referenced Files
None
Subscribers
None

bench-coldstart.js

import { Hono } from 'hono';
const app = new Hono();
app.get('/', c => c.text('hello hono!'));
app.get('/json', c => c.json({ message: 'hello' }));
// signal that startup is complete, then exit
console.log('ready');
process.exit(0);

File Metadata

Mime Type
application/javascript
Expires
Sat, May 2, 9:00 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
542289
Default Alt Text
bench-coldstart.js (236 B)

Event Timeline