jitar icon indicating copy to clipboard operation
jitar copied to clipboard

Distributed runtime for JavaScript and TypeScript

Results 37 jitar issues
Sort by recently updated
recently updated
newest added

Currently, we only protect the access to segmented functions when called remote. This means that private functions from another segment can be called when both segments are placed on the...

feature
runtime

We need to split the server from the actual node implementation (express) to make it easier to make implementations for deno, bun etc. and also to configue the rpc implementation...

feature
server

With the new deno implementation it would be nice to add a working example to the repository

feature
help wanted
server

We would like to have our own VS code plugin to improve developer experience. Because we have separated the deployment model from the runtime model, VS code is not able...

feature
help wanted
build

When a node is started and it has a gateway, it will automatically register itself there. The next step should be that when the node is stopping, it should deregister...

feature
good first issue
runtime

The node registers itself with the repository on startup. The next step should be that when the node is stopped, it's deregistered at the repository.

feature
good first issue
runtime

When the gateway is started, it registers itself with the repository. The next step is that the gateway will deregister itself from the repository when the gateway is stopped.

feature
good first issue
runtime

Snyk is enabled in the CI pipeline. To make it easier for ourselves to execute the scans locally, we should add the cli tool from snyk.

chore
build

Each application has its own requirements regarding the content security policy. We don't have an option to set the content security policy. We would like to have an option to...

feature
server