@neevjs/server
v1.0.1-beta
Published
NeevJS optional Node.js backend starter — REST API with auth, middleware, and JSON contract
Downloads
308
Maintainers
Readme
@neevjs/server
The optional Node.js + Express backend that works out-of-the-box with NeevJS.
Install
npm install @neevjs/serverUsage
import express from 'express'
// Note: In a real project, you would import the router/controllers from your compiled server code.
// The @neevjs/server package provides standard backend routes and middleware.Docs
Full documentation at Rahul7raj.github.io/neevjs
License
MIT — Rahul Raj Kushwaha
