Skip to content

CodeHorizon0/RFR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Functions Runtime aka CF Worker/AWS Functions clone

Features:

  • JS and TS functions stored as separate files in ./js
  • automatic loading on startup
  • HTTP proxy layer
  • idle server waiting for requests
  • request routing to JS workers
  • isolated QuickJS contexts
  • TypeScript files are transpiled to plain JavaScript before execution

Run:

cargo run or cargo build --release

Calling:

JavaScript GET http://localhost:8080/functions/hello

TypeScript : GET http://localhost:8080/functions/typed

About

Rust JS/TS functions runtime

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors