nextapi-ts
v0.0.0
Published
A modern server-side backend framework extending Express.js, inspired by the intuitive design of Next.js API routes.
Readme
🚀 NextAPI
The absolute pinnacle of backend engineering... at least, it will be soon™.
Welcome to NextAPI version 0.0.0!
Are you looking for a modern, server-side backend framework inspired by Next.js API routes that seamlessly extends Express.js? Well, you've come to the right place!
Are you looking for a framework that actually does any of that right now? Well... maybe come back later. 😅
Right now, we are in the highly advanced, cutting-edge phase of development known as "Squatting the npm package name before someone else does."
🛠️ Installation
npm install nextapi📖 Usage
Prepare to have your mind blown by our current feature set:
import { fn } from "nextapi";
console.log(fn());
// Outputs: "Hello, nextapi!"🛣️ Roadmap
- [x] Secure the coolest name on npm (
nextapi). - [x] Export exactly one (1) function that says hello.
- [ ] Actually build the framework.
- [ ] Profit?
Stay tuned! The future of backend development is almost here... we just have to write the code first.
