Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3054338
index.cjs
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
262 B
Referenced Files
None
Subscribers
None
index.cjs
View Options
const express = require('express');
let app = express();
let port = 3000;
app.get('/', (_req, res) => {
res.type('txt').send(`hello express!!\n\n🐜 ${Ant.version}\n`);
});
app.listen(port, () => {
console.log(`started on http://localhost:${port}`);
});
File Metadata
Details
Attached
Mime Type
application/javascript
Expires
Fri, Apr 3, 4:29 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
521480
Default Alt Text
index.cjs (262 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment