inertiajs.com icon indicating copy to clipboard operation
inertiajs.com copied to clipboard

Node.js Adaptor is Dead

Open MilesBHuff opened this issue 1 year ago • 6 comments

The Node.js adaptor on https://inertiajs.com/community-adapters is, unfortunately, no longer extant.

MilesBHuff avatar Dec 05 '23 19:12 MilesBHuff

"Addressed" by #302, but in a way that removes the Node.js link altogether instead of finding a replacement for it. Node.js being as large and important as it is, it's probably best to try to find a replacement.

Possible replacements:

  • https://github.com/haikyuu/inertia-node-adapter
  • https://github.com/hashsaksham/inertia-node
  • https://github.com/JoaoHildebrandt/inertia-node

All of these are quite out-of-date and appear to be unsupported.

MilesBHuff avatar Dec 05 '23 19:12 MilesBHuff

Hey I wrote a Node.js adapter that powers The Boring JavaScript Stack. It's for Sails and it's active and it's maintained by me as I use it in projects like sailscasts.com and hagfish.io

You can check out The Boring Stack repo here and see the adapter under inertia-sails

https://sailscasts.com/boring

DominusKelvin avatar Dec 11 '23 10:12 DominusKelvin

Hey I wrote a Node.js adapter that powers The Boring JavaScript Stack. It's for Sails and it's active and it's maintained by me as I use it in projects like sailscasts.com and hagfish.io

You can check out The Boring Stack repo here and see the adapter under inertia-sails

https://sailscasts.com/boring

Gratias, dominus!

MilesBHuff avatar Dec 13 '23 23:12 MilesBHuff