fastboot-express-middleware
fastboot-express-middleware copied to clipboard
An Express middleware for rendering Ember apps with FastBoot
This adds an `onFailure` hook that can be passed into the fastboot middleware. The use case is apps may already have a way of handling errors. This allows someone to...
This is lightly tested on my local machine. I think we need to add this because the initial FastBoot request is missing a content-type header. See my issue here: https://github.com/ember-fastboot/fastboot-app-server/issues/78...
*** π¨ **Reminder!** Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! π ππ¨ π [Find out how to migrate...
*** βοΈ **Important announcement:** Greenkeeper will be saying goodbye π and passing the torch to Snyk on June 3rd, 2020! [Find out how to migrate to Snyk and more at...
*** βοΈ **Important announcement:** Greenkeeper will be saying goodbye π and passing the torch to Snyk on June 3rd, 2020! [Find out how to migrate to Snyk and more at...
## The dependency [fastboot](https://github.com/ember-fastboot/fastboot) was updated from `2.0.3` to `3.0.0`. This version is **not covered** by your **current version range**. If you donβt accept this pull request, your project will...
## The devDependency [mocha](https://github.com/mochajs/mocha) was updated from `5.2.0` to `7.0.1`. This version is **not covered** by your **current version range**. If you donβt accept this pull request, your project will...
I was working on a feature that used an npm package to get the IP address of a client conncting to the Fastboot server, which was configured as a middleware...
### Calling all knowledgeable Express.js folks! The test case in this repo that tests resilient mode without a custom error handler _should_ fail (eg, it does IRL when using resilient...
Motivation: If a developer wants to do some extra parsing in the response created by fastboot. The only option to use other middleware's is when fastboot throws an error. This...