All Projects → ggcode1 → Koa Boiler

ggcode1 / Koa Boiler

Licence: isc
Koa 2.7 boilerplate for a production-ready Node.js app with async/await.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Koa Boiler

Koa React Universal
lightweight React-Koa2 universal boilerplate, only what is essential
Stars: ✭ 112 (-73.71%)
Mutual labels:  koa, boilerplate
Koa Vue Fullstack
A lightweight boilerplate for a universal webapp based on koa, mongodb, node, vue, and webpack
Stars: ✭ 126 (-70.42%)
Mutual labels:  koa, boilerplate
Koa React Notes Web
🤓 A simple SPA built using Koa (2.5.1) as the backend and React (16.4.1) as the frontend. Features MySQL integration, user authentication, CRUD note actions, and more.
Stars: ✭ 61 (-85.68%)
Mutual labels:  koa, boilerplate
Create Graphql
Command-line utility to build production-ready servers with GraphQL.
Stars: ✭ 441 (+3.52%)
Mutual labels:  koa, boilerplate
Koa2 Boilerplate
[Deprecated] Minimal koa v2 boilerplate. 🤣
Stars: ✭ 196 (-53.99%)
Mutual labels:  koa, boilerplate
Koa React Isomorphic
Boilerplate for Koa & React
Stars: ✭ 128 (-69.95%)
Mutual labels:  koa, boilerplate
Koalerplate
Simple Koa Boilerplate for APIs
Stars: ✭ 118 (-72.3%)
Mutual labels:  koa, boilerplate
Koa Vue Notes Api
🤓 This is a simple SPA built using Koa as the backend, Vue as the first frontend, and React as the second frontend. Features MySQL integration, user authentication, CRUD note actions, and async/await.
Stars: ✭ 342 (-19.72%)
Mutual labels:  koa, boilerplate
Koa Passport Mongoose Graphql
Koa 2 server with Passport + Mongoose + GraphQL
Stars: ✭ 190 (-55.4%)
Mutual labels:  koa, boilerplate
Lad
👦 Lad is the best Node.js framework. Made by a former Express TC and Koa team member.
Stars: ✭ 2,112 (+395.77%)
Mutual labels:  koa, boilerplate
Javascript Boilerplate
Node.js+Koa.js+PostgreSQL+React.js+Webpack+Mocha+Makefile, a starter kit for new apps
Stars: ✭ 253 (-40.61%)
Mutual labels:  koa, boilerplate
Koa Rest Api Boilerplate
💯 Boilerplate for Node.js Koa RESTful API application with Docker, Swagger, Jest, CodeCov and CircleCI
Stars: ✭ 420 (-1.41%)
Mutual labels:  koa, boilerplate
Generator Babel Boilerplate
A Yeoman generator to author libraries in ES2015 (and beyond!) for Node and the browser.
Stars: ✭ 380 (-10.8%)
Mutual labels:  boilerplate
Cucumber Boilerplate
Boilerplate project to run WebdriverIO tests with Cucumber
Stars: ✭ 411 (-3.52%)
Mutual labels:  boilerplate
React Mobx Typescript Boilerplate
A bare minimum frontend boilerplate with React 16.7, Typescript 3.2 and Webpack 4
Stars: ✭ 378 (-11.27%)
Mutual labels:  boilerplate
Docker Django
A complete docker package for deploying django which is easy to understand and deploy anywhere.
Stars: ✭ 378 (-11.27%)
Mutual labels:  boilerplate
Joi Router
Configurable, input and output validated routing for koa
Stars: ✭ 418 (-1.88%)
Mutual labels:  koa
React Social Network
Simple React Social Network
Stars: ✭ 409 (-3.99%)
Mutual labels:  boilerplate
Go Project Blueprint
Blueprint/Boilerplate For Golang Projects
Stars: ✭ 376 (-11.74%)
Mutual labels:  boilerplate
Superplate
Performance-oriented frontend application creator with popular tools.
Stars: ✭ 368 (-13.62%)
Mutual labels:  boilerplate

koa-boiler

Koa "boilerplate" for a production ready app, demonstrating the following features:

  • Socket.io
  • IP pinning, via socketio-sticky-session (supports reverse proxies)
  • Multi-process clustering
  • ETags and conditional get
  • Gzip compression
  • Signed, cookie-based sessions
  • Request logging (morgan)
  • Static file serving
  • Favicon middleware
  • HTTP/2 (with TLS and on-the-fly certificate generation)
  • Drop root privileges after acquiring port
  • Routing
  • Example async route
  • ejs template example
  • Marko template example (featuring async and streaming support)
  • html-template-tag ES6 Tagged Template example, for compiling HTML template strings.
  • Aphrodite support for colocating your styles with your JavaScript component. Note: Styletron is probably a better choice, I just haven't had time to add it here yet
  • Both old Koa 1.0 and new 2.0 style middleware. koa-adapter / koa-adapter-bluebird to convert old 1.0 middleware to 2.0. Adapter no longer needed. All middleware is Koa 2.0 compatible.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].