{"library":"nva-server","title":"nva-server","description":"nva-server is a frontend project development server that serves static content with features like asset serving, mock API configs, CORS support, and URL rewrites. It offers a command-line interface with options for port, host, content path, asset path, mock file, browser opening, and logging. Designed for development workflows, it integrates with the nva ecosystem. The package appears to have low maintenance based on sporadic releases, with the latest versions indicating ongoing but infrequent updates. It serves as an alternative to tools like http-server or serve with additional development-specific features.","language":"javascript","status":"maintenance","last_verified":"Mon Apr 27","install":{"commands":["npm install nva-server"],"cli":{"name":"nva-server","version":null}},"imports":["import nvaServer from 'nva-server'","import { run } from 'nva-server'","import { Server } from 'nva-server'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"npm install nva-server --save\nexport PORT=5000\nnva-server -p $PORT -c ./public --cors --log","lang":"bash","description":"Install the package, set environment variable for port, then run the CLI to serve ./public with CORS and logging enabled.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}