vkrun
v1.5.0
Published
Vkrun is a Node.js framework for building server-side applications
Downloads
751
Maintainers
Readme
Simplyfing the development of applications with support for JavaScript and TypeScript. Vkrun also provides a robust, opinion-free, and scalable solution for your needs.
Installation command:
npm install vkrun
import v from 'vkrun'
const app = v.App()
app.get('/', (req, res) => {
res.setHeader('Content-Type', 'text/plain')
res.status(200).end('Hello World!')
})
app.server().listen(3000, () => {
console.log('Vkrun started on port 3000')
})
Content
- Installation
- Router
- Schema
- Super Request
- Rate Limit
- Parse Data
- Upload
- Mime
- ServerStaticFile
- Logger
- JWT
- SwaggerBuilder
- Cors
- Example projects
- Security Issues
- Contributing
- Contributors
- License
If you need a step-by-step guide on how to install and use Vkrun, use the Installation Guide
NPM
npm install vkrun
YARN
yarn add vkrun
If you are looking for practical examples of how to use our framework in different scenarios, just click the link below:
Feel free to browse the different designs and try out what best suits your needs. If you have any questions or suggestions about the examples, do not hesitate to contact us by opening a new Issue.
If you discover a security vulnerability in Express, please see Security Policies and Procedures.
The Vkrun project appreciates all constructive contributions. Contributions come in many forms, from code for bug fixes and enhancements to additions and corrections to documentation, additional tests, triaging of received pull requests and issues, and much more!
Refer to the Contribution Guide for more technical details on how to contribute.
The original author of Vkrun and current lead maintainer is Mario Elvio