Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F4448181
bench-coldstart.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
236 B
Referenced Files
None
Subscribers
None
bench-coldstart.js
View Options
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
Details
Attached
Mime Type
application/javascript
Expires
Sat, May 2, 11:48 AM (1 d, 21 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
542289
Default Alt Text
bench-coldstart.js (236 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment