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

Remote require #7

@hack3ric

Description

@hack3ric

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions