エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
almostnode — Node.js in your browser
const http = require('http'); const server = http.createServer((req, res) => { if (req.url === '/... const http = require('http'); const server = http.createServer((req, res) => { if (req.url === '/api/time') { res.writeHead(200, { 'Content-Type': 'application/json' }); res.end(JSON.stringify({ time: new Date().toISOString() })); return; } res.writeHead(200, { 'Content-Type': 'text/html' }); res.end(` <body style="font-family:system-ui;padding:2rem;background:#f8f9fa"> <h1>Hello from the browser!



2026/02/09 リンク