8000 GitHub - vkrunjs/vkrun: Vkrun is a Node.js framework for building server-side applications.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

vkrunjs/vkrun

Repository files navigation

Vkrun logo

Vkrun is a Node.js framework for building server-side applications.

Created by Mario Elvio npm stars

Simplyfing the development of applications with support for JavaScript and TypeScript. Vkrun also provides a robust, opinion-free, and scalable solution for your needs.

VkrunJs documentation, visit vkrunjs.com

Installation:

NPM

npm in
7B39
stall vkrun

YARN

yarn add vkrun

Quick Start

import v from "vkrun";

const vkrun = v.App();

vkrun.get("/", (req: v.Request, res: v.Request) => {
  res.status(200).send("Hello World!");
});

vkrun.server().listen(3000, () => {
  console.log("Vkrun started on port 3000");
});

About

Vkrun is a Node.js framework for building server-side applications.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0