0.2.0 • Published 9 months ago

server-htms v0.2.0

Weekly downloads
-
License
Open Fsh
Repository
github
Last release
9 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.2

9 months ago

0.2.0

9 months ago

0.1.3

9 months ago

0.1.1

1 year ago

0.1.0

1 year ago