Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Awesome Graphql | 14,056 | 2 days ago | ||||||||
Awesome list of GraphQL | ||||||||||
Apollo Server | 13,369 | 5,326 | 1,153 | 19 hours ago | 305 | August 26, 2022 | 41 | mit | TypeScript | |
🌍 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. | ||||||||||
Grant | 3,771 | 210 | 41 | 5 months ago | 98 | March 09, 2022 | 23 | mit | JavaScript | |
OAuth Proxy | ||||||||||
Node Rate Limiter Flexible | 2,389 | 68 | 81 | 4 months ago | 146 | September 25, 2022 | 9 | isc | JavaScript | |
Count and limit requests by key with atomic increments in single process or distributed environment. | ||||||||||
Permit | 1,664 | 8 | 4 | 7 months ago | 8 | July 17, 2018 | 8 | mit | JavaScript | |
An unopinionated authentication library for building Node.js APIs. | ||||||||||
Node Weixin Api | 408 | 11 | 5 | 6 years ago | 40 | August 02, 2016 | other | JavaScript | ||
一个结构更加清晰,功能调用更加方便,代码更加优雅,测试更加全面的微信API。也可能是目前接口最丰富,集成最方便的node weixin sdk。欢迎您的使用,反馈,建议。 | ||||||||||
Node Frameworks | 314 | 5 years ago | 3 | |||||||
A comparison of server-side node frameworks | ||||||||||
Cls Rtracer | 296 | 4 | 15 | 14 days ago | 19 | July 06, 2022 | 5 | mit | JavaScript | |
Request Tracer - CLS-based request id generation for Express, Fastify, Koa and Hapi, batteries included | ||||||||||
Route List | 277 | 2 months ago | 10 | November 06, 2022 | mit | JavaScript | ||||
Beautifully shows Express/Koa/Hapi/Fastify routes in CLI. | ||||||||||
Buttercms Js | 159 | 61 | 16 | a month ago | 35 | February 27, 2023 | 3 | other | JavaScript | |
Node/JS API client for ButterCMS (https://buttercms.com) |
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)
* `express` template follows a SPA design at the moment
* `koa` AND `HAPI` integration is not ready yet.
yo polymer-middleware
*coming soon*
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
and there are two starting templates:
1) minimal
2) polymer-starter-kit
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.
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
Because it was being requested. It's there but is not fully tested.
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