Skip to content

reframe-so/reframe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Why

  • end user sandboxing
    • we have the ability to ship different code/data version for individual user
  • in-app editing
    • end users / ai can write code, with or without code editor
  • no build step
    • we can run code as soon as it's written
  • no deploy step
    • we can deploy code as soon as it's written
  • point in time code snapshot
  • point in time data snapshot

# runs hypervisor on 8000
$ reframe serve --data data --secret password

# creates an org @foo, with default app @foo/home and branch @foo/home/master
# with a minimal hello world template
$ reframe org create foo

# prints { hello: 'world' }
$ curl foo.localhost:8000

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published