abel icon indicating copy to clipboard operation
abel copied to clipboard

Lua microservices framework.

Results 1 abel issues
Sort by recently updated
recently updated
newest added

Allows `require`ing modules over HTTP. ```lua 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" ``` - [x] Implement MVP - You can use it right now, but...

enhancement