question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Prepare to building third-party middleware

See original GitHub issue

We’ve released v2.0.x with pleasure. Then, let’s go to the next step.

With v2.0.x, it became that we make the third-party middleware more easily. For Deno, separating main mod.ts and middleware.ts is good. And removed the graphql-server and mustache middleware. It’s time to make third-party middleware.

I’m making the template project github.com/honojs/middleware-template and planning to make graphql-server middleware after the template repository is completed.

If you ( @Code-Hex or @metrue or others? ) want to make other third-party middleware, please wait a minute until they are built. And after that, let you make the middleware by yourself or with my help.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:10

github_iconTop GitHub Comments

1reaction
yusukebecommented, Jul 23, 2022

@Code-Hex

Thank you too, happy coding!

1reaction
yusukebecommented, Jul 23, 2022

@Code-Hex

I’ve sent the invitation to you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

A Complete Guide on How to Build Middleware For Node.js.
In this article, we will understand middleware in Node.js and the Express middleware. Node.js gives developers complete freedom and privilege to develop ......
Read more >
Complete Guide to Express Middleware
Create middleware functions using both JavaScript and TypeScript and attach them to one or more Express routes; Use the middleware functions ...
Read more >
How to Create Middleware in Node JS & Express JS?
This blog discusses the ways to create Node.js Middleware and Express ... It gives developers complete freedom and privilege to develop ...
Read more >
Build and Understand Express Middleware through ...
This tutorial walks you through creating and understanding middleware for Express.
Read more >
Building a REST API with Node and Express
In this article, we'll be building a simple REST API in JavaScript ... Using middleware, you can expand and extend its functionality beyond ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found