/fastify-webpack

Basic example. Fastify + webpack. HTTP/2 for extra ⚡.

Primary LanguageJavaScript

Technology overview

  • Fastify web server
    • HTTPS enabled (with junk cert/key)
    • HTTP/2 enabled
    • HTTP/2 push enabled via node-fastify-auto-push
      • "It can be thought as a replacement of the fastify-static plugin that supports automatic server-push."

  • Webpack for client-side bundling

Tips for use

Credits