Top "Middleware" questions

Middleware is computer software that provides services to software applications beyond those available from the operating system.

Exclude route from express middleware

I have a node app sitting like a firewall/dispatcher in front of other micro services and it uses a …

javascript node.js express coffeescript middleware
message driven vs. event driven approaches to application integration

I was wondering if there is a clear distinction between message driven and event driven environments when we refer to …

events integration soa messaging middleware
Gulp browser-sync - redirect API request via proxy

I'm trying to redirect my API requests like this with gulp and browser-sync: gulp.task('browser-sync', function () { var files = [ '../…

api proxy gulp middleware browser-sync
Auth::user() returns null

I use Laravel 5.2 and have a problem with middleware. There is the code in the routes.php use Illuminate\Contracts\…

php authentication laravel-5 middleware
Difference between queue manager and message broker

What is the difference between a Websphere Message Broker and a Queue Manager. I guess the queue manager puts messages …

websphere ibm-mq middleware mq messagebroker
How to use the middleware to check the authorization before entering each route in express?

I want to check the authorization of the users of my web app when they entered the url. But when …

node.js express middleware
How to properly handle errors in Express?

I am beginning to work with Express JS and have run into an issue. I can't seem to figure out …

javascript node.js middleware express
Node Express 4 middleware after routes

Following the upgrade to Express 4, and the removal of app.router, I'm struggling to get middleware to execute after routes …

node.js express middleware express-4
How to add multiple middleware to Redux?

I have one piece of middleware already plugged in, redux-thunk, and I'd like to add another, redux-logger. How do I …

reactjs redux react-redux middleware redux-thunk
what are java middleware technologies

What technologies can we name as 'Java Middleware'? If I say JMS, WS is that correct?

java ejb middleware