Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

express-engine-hotloader

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-engine-hotloader

enhances express template engine with hotloader

  • 2.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Express engine hotloader

:fire: :fire:

const app = require('express')()
const server = require('http').Server(app)

const exphbs  = require('express-handlebars')
const exphbsHot = require('express-engine-hotloader')(server, exphbs())

app
  .engine('handlebars', exphbsHot)

Enhances an express template engine with hotloading. Without refreshing the page, The DOM gets updated whenever your underlying templates change.

Built on top of hotloader, express-engine-hotloader uses sockets and and a virtual DOM to achieve super fast :fire: html hotloading :fire_engine:.

No configuration required :ok_hand:. Made with :heart: by des-des
Contributions welcome :sparkles:

Keywords

FAQs

Package last updated on 07 Feb 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc