Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 1.06 KB

README.md

File metadata and controls

15 lines (13 loc) · 1.06 KB

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