2.0.1 • Published 6 years ago

express-engine-hotloader v2.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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: