Skip to content
/ orbit Public

A Node.js lambda environment library for Go

License

Notifications You must be signed in to change notification settings

abcum/orbit

Repository files navigation

orbit

A Node.js lambda environment library for Go (Golang).

Features

  • Pre-load npm modules directly
  • Pre-load npm modules from files
  • Pre-load npm modules from folders
  • Interrupt long-running code
  • Configurable stack trace depth limit
  • setTimeout, setInterval, setImmediate built-in
  • Callback for finding npm modules not just on filesystem
  • Easily configure runtime before/after npm modules are loaded
  • Track time spent running code in Node.js environment

Installation

go get github.com/abcum/orbit