0.1.1 • Published 2 months ago

server-htms v0.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 months ago

Server HTMS

A middleware for express that allows you to process htms in the server side instead of the client side

Usage

const express = require('express');
const app = express();
const htms = require('server-htms');

app.use(htms)

app.get('/', (req, res) => {
  res.htms('file/path.html')
})
0.1.1

2 months ago

0.1.0

4 months ago