🌘 Web伺服器「hello world」基準測試:Go vs Node.js vs Nim vs Bun - Daniel Lemire的部落格
➤ Go、Node.js、Nim和Bun之間的Web伺服器性能比較
✤
https://lemire.me/blog/2023/10/07/web-server-hello-world-benchmark-go-vs-node-js-vs-nim-vs-bun/本文介紹了使用Go、Node.js、Nim和Bun進行簡單的Web伺服器基準測試。結果顯示,Nim在這個簡單的示例中表現出色。
+ 這篇文章提供了有關不同Web伺服器框架性能比較的有用信息。
+ 很有趣的比較,我對Nim的表現感到驚訝。
#網頁伺服器 #性能比較 #Go #Node.js
#Nim #BunWeb server ‘hello world’ benchmark : Go vs Node.js vs Nim vs Bun – Daniel Lemire's blog
🌘 GitHub - crossbowerbt/awk-webserver: 一個簡單的網頁伺服器,使用GNU awk編寫,支援目錄列表和從啟動目錄下載文件
➤ 如何使用GNU awk編寫簡單的網頁伺服器
✤
https://github.com/crossbowerbt/awk-webserver這是一個使用GNU awk編寫的簡單網頁伺服器,支援目錄列表和從啟動目錄下載文件。使用者可以透過TCP wrapper執行此腳本,並透過瀏覽器連接到本地8888端口。
+ 這是一個非常有趣的實驗,展示了awk語言的強大功能。
+ 看起來很方便,我想試試看。
#網頁伺服器 #GNU awk
#目錄列表 #下載文件
GitHub - crossbowerbt/awk-webserver: A simple webserver, written in GNU awk, that supports directory listing and download of file from the directory where it is launched
A simple webserver, written in GNU awk, that supports directory listing and download of file from the directory where it is launched - GitHub - crossbowerbt/awk-webserver: A simple webserver, writt...
GitHub🌗 Block Meta和Twitter(nginx)·GitHub
➤ 如何在nginx中封鎖Meta和Twitter的爬蟲
✤
https://gist.github.com/dangovorenefekt/b187b30e59ed1b827515cdbc833bc1bf本文介紹如何在nginx中封鎖Meta和Twitter的爬蟲,以及如何找到使用者代理字符串。
+ 這篇文章提供了很有用的信息,讓我更好地瞭解如何在nginx中封鎖爬蟲。
+ 很好的技術文章,簡潔明瞭,易於理解。
#網頁伺服器 #nginx #Twitter #GitHub
Block Meta and Twitter (nginx)
Block Meta and Twitter (nginx). GitHub Gist: instantly share code, notes, and snippets.
Gist