-
Notifications
You must be signed in to change notification settings - Fork 66
Closed
Labels
docmeplzFeatures that should be documented on the websiteFeatures that should be documented on the websiteenhancementNew feature or requestNew feature or requestreleased
Description
as discussed during the 4/2018 hackathon, we should produce an ability to create cgi-like actions.
- they will be served from in
htdocs/cgi-bin - they contain a main function that has the same signature as a pipeline function
- they are similar to the pure actions (Pure-JS actions are not wrapped #334) but are not bound to a resource but have a url.
for example:
htdocs/cgi-bin/login.js
would be invoked with:
https://demo.project-helix.io/cgi-bin/login.js
/cc @davidnuescheler
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
docmeplzFeatures that should be documented on the websiteFeatures that should be documented on the websiteenhancementNew feature or requestNew feature or requestreleased