ejs
Template renderer
A Koa middleware for rendering EJS templates with support for layouts, includes, and state access.
a koa view render middleware, support all feature of ejs
248 stars
8 watching
56 forks
Language: JavaScript
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
koajs/react-view | A Koa view engine that enables rendering React components on the server-side. | 259 |
koajs/json | Middleware for generating pretty-printed JSON responses in Koa applications. | 198 |
koajs/rewrite | Middleware to alter URLs in Koa applications | 98 |
koajs/koa-markdown | Converts markdown to HTML for use with Koa.js applications | 37 |
koajs/parameter | Middleware for validating parameters in web applications | 67 |
koajs/compose | Utility to combine multiple middleware functions into a single cohesive piece of software | 1,004 |
koajs/mock | A middleware for creating mock web pages with customizable URL mapping and data | 41 |
koajs/route | Simple middleware for routing requests to specific handlers in an application | 446 |
koajs/logger | A logging middleware for Koa.js applications | 562 |
koajs/jwt | Middleware for validating JSON Web Tokens in Koa applications | 1,345 |
koajs/workshop | An interactive learning environment for mastering the Koa JavaScript web framework | 441 |
koajs/cors | A middleware for managing cross-origin resource sharing in web applications. | 732 |
thinkjs/think-view-handlebars | A module that integrates Handlebars templating engine with ThinkJS 3.x to render view files | 0 |
koajs/error | Middleware for handling error responses in web applications. | 102 |
koajs/router | Provides a flexible routing system for building web applications with Koa. | 867 |