Skip to content

MichaelPGriffin/telegenic

Repository files navigation

telegenic

Serverless Compute Emulator License

Overview

A REST API that provides an AWS Lambda-like developer experience with minimal setup.

Features

  • POST a single Node.js file to the API to install it. The API will respond with a program ID.
  • Run, update, and delete programs installed on the server.

Prerequisites

  • Node.js

Usage

Run yarn add and node index.js

To check the code for any linting errors, run the following command:

npm run lint

To automatically fix many common lint errors, you can run:

npm run lint --fix

About

Serverless Compute Service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published