エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
A new crate: simple-server, a basic webserver
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
A new crate: simple-server, a basic webserver
Hey all! @ag_dubs and I have been working on a project, and today is its first release! simple-se... Hey all! @ag_dubs and I have been working on a project, and today is its first release! simple-server is a very standard webserver implementation. In some ways, it's a continuation of chapter 20 of the book, in some ways, it's "hey how close can we make the API to nodejs's createServer. In Node: const http = require('http') const port = 3000 const requestHandler = (request, response) => { console.

