-
-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Kenta Takeuchi edited this page Jul 30, 2023
·
5 revisions
Sources of information used for the development of HTTP Router.
- jba/muxpatterns
- importcjj/trie-go
- julienschmidt/httprouter
- gorilla/mux
- gowww/router
- go-chi/chi
- go-ozzo/ozzo-routing
- nissy/bon
- nissy/mux
- ytakano/radix_tree
- kkdai/radix
- MarkBaker/Tries
- razonyang/routing
- ethereum/wiki - [Japanese] Patricia Tree
- neo-nanikaka - CommonPrefixTrieRouter.php
- golang/go - proposal: net/http: enhanced ServeMux routing
- blog.merovius.de - How to not use an http-router in go
- medium.com/@agatan - HTTPサーバとcontext.Context
- devpixiv.hatenablog.com - PHPで高速に動作するURLルーティングを自作してみた
- devpixiv.hatenablog.com - PHPで高速に動作するURLルーティングを自作してみた
- kuune.org - 世界最速だった URL ルーターをリリースしました
- takao.blogspot.com - JavaでPatriciaTrieを実装してみた
- dankogai.livedoor.blog - algorithm - Patricia Trie (Radix Trie) を JavaScript で
- persol-pt.github.io - 勉強会[http request multiplexerと文字列マッチング]
- atmarkit.itmedia.co.jp - データ構造の選択次第で天国と地獄の差
- www.sb.ecei.tohoku.ac.jp - 基本データ構造:木構造のたどり方
- noranuk0.hatenablog.com - PHPでフレームワークを使わずURLのルーティングをいい感じにやる
- reiki4040.hatenablog.com - golangのHTTPサーバを構成しているもの
- qiita.com/immrshc - 【Go】net/httpパッケージを読んでhttp.HandleFuncが実行される仕組み
- developer.mozilla.org - URL Pattern API
Blog posted on bmf-tech.com.