Making your own Express Middleware
Express is a common way to display static routes to a user. It is even more commonly used to create APIs for Node.JS. In Express, it's easy to define a URL, and what will happen at that URL. We can also define middleware, which runs before the final ...
fjolt.hashnode.dev4 min read
Elvis Van
Security researcher
Why would we need middleware to pass data through? wouldn't the server-client connection be faster if we just let data flows to the end location?