Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
The js_generic app is currently defined as a single endpoint as far as CCF is concerned. This is expedient, but comes with a number of limitations, in particular:
Instead of building application runtimes as a single endpoint, we want instead the ability to dynamically register/de-register endpoints, which can be implemented in potentially different scripting languages, although CCF will ship with Javascript support for now. This registration should make use of the same API as the native C++ endpoints, and offer the same capabilities in terms of forwarding, authentication, api schema generation etc.