採用技術にフォーカスしたWebサイトリンク集。
トレンドリサーチや技術選定の参考に、WEBデザインやコーディング、開発の参考にも使えるWebサイトギャラリー。
Check WebTech

doT.js が採用されたサイト事例一覧です。

The fastest + concise javascript template engine
for Node.js and browsers.
Origins
doT.js was created in search of the fastest and concise JavaScript templating function with emphasis on performance under V8 and Node.js. It shows great performance for both Node.js and browsers.
During my quest I found 2 template engines that caught my attention and inspired doT.
The first one was jQote2, a jQuery plugin, it was the first engine to break the speeds by using string concatenation and avoiding 'with' statements.
The second one was underscore.js which had a nicely designed extension friendly templating function.

doT.js is fast, small and has no dependencies.
(DeepL翻訳)
最速+簡潔なjavascriptテンプレートエンジン
Node.jsとブラウザのために。
原点
doT.jsは、V8とNode.jsでのパフォーマンスを重視し、最速かつ簡潔なJavaScriptテンプレート機能を求めて作成されました。Node.jsとブラウザの両方で素晴らしいパフォーマンスを発揮します。
その過程で、2つのテンプレート・エンジンに出会い、それがdoTのインスピレーションとなりました。
ひとつはjQueryのプラグインであるjQote2で、文字列の連結を使い、'with'ステートメントを避けることでスピードを破った最初のエンジンでした。
2つ目はunderscore.jsで、これは拡張性に優れたテンプレート機能を備えていました。

doT.jsは高速で、小さく、依存性がない。

https://olado.github.io/doT/index.html