Skip to content
/ core Public

KwRuntime is a custom nodejs runtime inspired by Deno / Babel. Full ES2020 syntax, imports from URL, Typescript out the box, and with all nodejs ecosystem.

Notifications You must be signed in to change notification settings

kwruntime/core

Repository files navigation

kwruntime

kwruntime is a custom nodejs runtime inspired by Deno / Babel. Is the best of both worlds, the simplicity of importing urls and typescript, with all nodejs ecosystem. kwruntime is fast and doesn't have depedencies. Can work as a module for nodejs, or as a runtime.

  • Supports typescript out the box
  • Full ES2020 Syntax
  • Dynamic import supported
  • Import from urls with ESM syntax
  • Import from NPM in one line with ESM syntax
  • Import from github and gitlab with ESM syntax
  • Full nodejs ecosystem

Use the project

NOTE: Try on Runkit seems no work without any special reason. Please test locally on your machine.

Contribute

Contributors are welcome.

About

KwRuntime is a custom nodejs runtime inspired by Deno / Babel. Full ES2020 syntax, imports from URL, Typescript out the box, and with all nodejs ecosystem.

Resources

Stars

Watchers

Forks

Packages

No packages published