HackerTrans
トップ新着トレンドコメント過去質問紹介求人

keyreach

no profile record

投稿

Intel.com seems to be blocked for russian IPs

twitter.com
2 ポイント·投稿者 keyreach·4 年前·0 コメント

コメント

keyreach
·4 年前·議論
Have I understood idea of REST that described in the article right? I still have some documented "route" to resource, but instead of mapping it trivially to URL (as done in "pseudo-REST"), client requests entry point, then goes through labelled hyperlinks and forms according to "route" to reach resource.

It makes sense as it allows implementation of seamless API across multiple servers and removes need to make consistent URL structure. But won't it add too much overhead then?
keyreach
·5 年前·議論
It is declared to resemble express.js, but why doesn't it follow its design in explicit passing of request and response to handler.