New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@onkernel/boot-node

Package Overview
Dependencies
Maintainers
2
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@onkernel/boot-node

Kernel app boot loader for Node.js

alpha
latest
npmnpm
Version
0.0.1-alpha.1
Version published
Maintainers
2
Created
Source

@onkernel/boot-ts

Boot loader for Kernel TypeScript applications.

Usage

bun run index.ts /path/to/kernel/app [port]

Features

  • Loads Kernel TypeScript/JavaScript applications
  • Creates an HTTP server to expose functions, schedules, and endpoints
  • Provides a simple interface for invoking Kernel functions

How It Works

The boot loader:

  • Reads the kernel.json file to get the application's entrypoint and configuration
  • Imports the application code, which registers all functions with the SDK registry
  • Sets up Express routes for all registered functions, schedules, and endpoints
  • Starts an HTTP server to expose the APIs

License

MIT

Keywords

kernel

FAQs

Package last updated on 03 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts