問題タブ [fastify]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
node.js - node.js のコントローラーから fastify-redis を使用する
server.js で redis 接続を宣言しながら、他のコントローラーまたは other.js から fastify-redis プラグインを使用する方法
サーバー.js
コントローラ -> books.js
では、他のファイルで Redis インスタンスを使用して、キャッシュ データベース データを実装するために Redis でいくつかの値を設定するにはどうすればよいでしょうか。
javascript - fastify + nestjs + firebase 関数の使い方
NestJS と Cloud Functions を使用していますが、パフォーマンスのために Fastify に切り替えたいと考えています。
でも何に渡せばいいのかわからないfunctions.https.onRequest(???)
Express の古いコードは次のとおりです。
新しいコードは次のとおりです。