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

To run jitar applications in docker containers, we need to build a ready-to-go docker container. It should be easy to get the container started with simple configuration.

chore

Our current CORS middleware implementation supports a single domain only. The next step is to add support for multiple domains. For the implementation we need to add the domain of...

feature
server

Jitar needs to have an option to validate incoming data through its apis. As with the rest of the product, we want to have a configuration only option to define...

feature
runtime

For optimizing full-stack apps we need to add cashing options. We can do this on both ends: 1. Browser caching by setting 'cache-control' header; 2. Server caching by storing RPC...

feature
runtime

When scaling an application onto multiple servers we want to be fail safe. Currently we have a health check system that is used for monitoring the availability of nodes. In...

feature
runtime

Currently we register only the first declaration in a multi declaration statement as module member: ```ts import { Reflector } from 'jitar-reflection'; const module = Reflector.parse(`const a = 1, b...

feature
reflection

But first, we need a master plan.

feature
runtime