Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Remote require #7

Open
1 of 4 tasks
hack3ric opened this issue Jul 28, 2022 · 0 comments
Open
1 of 4 tasks

Remote require #7

hack3ric opened this issue Jul 28, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@hack3ric
Copy link
Owner

Allows requireing modules over HTTP.

local baaz = require "foo.bar.baaz @https://getabel.org/x/mymodule/0.1.0"
local mymodule = require "@https://getabel.org/x/mymodule/0.1.0"
  • Implement MVP
    • You can use it right now, but not guaranteed to work as you would expect
  • Caching
  • Repository
    • Basically a file server, but need to specify the file structure
  • URI alias
    • Specify in service's config file?
@hack3ric hack3ric added the enhancement New feature or request label Jul 28, 2022
@hack3ric hack3ric changed the title require "module @uri" Remote require Jul 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant