Generator Polymer Middleware

Yoeman Generator for Polymer 1.0 with express, koa and HAPI middleware support
Alternatives To Generator Polymer Middleware
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Awesome Graphql14,056
2 days ago
Awesome list of GraphQL
Apollo Server13,3695,3261,15319 hours ago305August 26, 202241mitTypeScript
🌍  Spec-compliant and production ready JavaScript GraphQL server that lets you develop in a schema-first way. Built for Express, Connect, Hapi, Koa, and more.
Grant3,771210415 months ago98March 09, 202223mitJavaScript
OAuth Proxy
Node Rate Limiter Flexible2,38968814 months ago146September 25, 20229iscJavaScript
Count and limit requests by key with atomic increments in single process or distributed environment.
Permit1,664847 months ago8July 17, 20188mitJavaScript
An unopinionated authentication library for building Node.js APIs.
Node Weixin Api4081156 years ago40August 02, 2016otherJavaScript
一个结构更加清晰,功能调用更加方便,代码更加优雅,测试更加全面的微信API。也可能是目前接口最丰富,集成最方便的node weixin sdk。欢迎您的使用,反馈,建议。
Node Frameworks314
5 years ago3
A comparison of server-side node frameworks
Cls Rtracer29641514 days ago19July 06, 20225mitJavaScript
Request Tracer - CLS-based request id generation for Express, Fastify, Koa and Hapi, batteries included
Route List277
2 months ago10November 06, 2022mitJavaScript
Beautifully shows Express/Koa/Hapi/Fastify routes in CLI.
Buttercms Js1596116a month ago35February 27, 20233otherJavaScript
Node/JS API client for ButterCMS (https://buttercms.com)
Alternatives To Generator Polymer Middleware
Select To Compare


Alternative Project Comparisons
Readme

Build Status

generator-polymer-middleware

Yoeman Generator for polymer elements and a bunch of middleware (express, koa, hapi) with support for Polymer 1.0 and either a mongodb or an elasticjs back-end (may combine the two since elastic is a bit wonky on writes)

Notes

* `express` template follows a SPA design at the moment 

TODO

* `koa` AND `HAPI` integration is not ready yet.

Usage

Generate application interactively (supports jade or html)

yo polymer-middleware

Generate an element interactively (supports jaded elements or normal polymer elements)

*coming soon*

Introduction

This is a simple yeoman polymer+express (+jade) generator for Google's opinionated Polymer 1.0 web-components based applications. (try saying that three times over).

It utilizes gulp for code-twiddling.

It interweaves Polymer and Express in a way that actually works with both paradigms (that's mostly thanks to express being highly unopinionated).

Currently there are three flavors of front-end generators available:

1) html
  1. EJS 3) jade

and there are two starting templates:

1) minimal
2) polymer-starter-kit

Coding engines

Jade

Some people like to code in jade (I may be becoming one of them, but haven't done anything extensive in it) and it's the express way, and I was merging express, so I couldn't not do jade.

HTML

Some people only want to work in html, they like closing tags and verbosity keeping the </> movement is alive -- and I am currently one of them (which makes typing this into a markdown document kind of ironic). For those of us, that do not want to template in jade, there is the html option

EJS

Because it was being requested. It's there but is not fully tested.

Examples

The included minimal template is exactly that, a minimal example of a polymer app running along with express as the server-side router. The client-side routing is done using page.js;

The include polymer-starter-kit is diablorized from Polymer yeoman package, and express is grafted on top with appropriate changes to gulp

Popular Hapi Projects
Popular Koa Projects
Popular Frameworks Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Html
Express
Ejs
Koa
Polymer
Jade
Hapi