0.37.0 • Published 3 days ago

vkrun v0.37.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 days ago

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

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:

Example Projects

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

MIT

0.37.0

3 days ago

0.36.0

8 days ago

0.35.0

9 days ago

0.34.3

1 month ago

0.34.2

1 month ago

0.34.1

1 month ago

0.34.0

1 month ago

0.33.0

1 month ago

0.32.0

1 month ago

0.31.0

1 month ago

0.30.0

1 month ago

0.29.0

1 month ago

0.28.0

2 months ago

0.27.0

2 months ago

0.26.0

2 months ago

0.25.0

2 months ago

0.24.0

2 months ago

0.23.0

2 months ago

0.22.1

2 months ago

0.22.0

3 months ago

0.21.0

3 months ago

0.20.0

3 months ago

0.19.0

3 months ago

0.17.0

3 months ago

0.16.1

3 months ago

0.18.0

3 months ago

0.16.0

3 months ago

0.15.0

4 months ago

0.14.0

5 months ago

0.13.0

5 months ago

0.12.0

5 months ago

0.10.0

5 months ago

0.8.0

5 months ago

0.7.0

5 months ago

0.5.0

5 months ago

0.4.0

5 months ago

0.2.0

5 months ago

0.1.0

5 months ago