next-custom-server-manager
v0.4.0
Published
A Next.JS custom server wrapper for custom persistent logic
Maintainers
Readme
next-custom-server-manager
next-custom-server-manager is a npm package that allows you to override next.js's default backend and run custom logic (like scheduled work, filesystem reads/writes and other proper backend stuff).
It comes with a remote function calls for ease of usage.
Note: I made this mainly for my own usage so continue with that expectation :)
Installation
npm install next-custom-server-manager
# or
yarn add next-custom-server-managerUsage
TODO
Support
See Contributing, I most likely am not going to fix issues myself.
Contributing
Make a PR :).
