File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Developers are at the heart of every application. Jitar is designed to make thei
3737
3838Build a monolith, deploy as microservices. Jitar provides powerful features to scale endlessly.
3939
40- * ** Segmentation** - Breaks down applications into deployable packages .
40+ * ** Segmentation** - Breaks applications into deployable bundles .
4141* ** Orchestration** - Coordinates running segmented procedures.
4242* ** Load balancing** - Balances the execution of procedures automatically.
4343* ** Access protection** - Protects the access to private procedures.
@@ -64,6 +64,8 @@ Getting started with Jitar is as easy as pie. It only takes a few simple steps.
64641 . ** Configure what runs on the server** - Add the exported functions to a server segment configuration file.
65651 . ** Run your application** - Jitar will take care of the rest.
6666
67+ For a step-by-step tutorial, see the [ Quick Start] ( https://docs.jitar.dev/introduction/quick-start.html ) .
68+
6769# Documentation
6870
6971Full documentation is available at [ docs.jitar.dev] ( https://docs.jitar.dev ) .
@@ -72,6 +74,7 @@ Please join our [Discord community](https://discord.gg/Bqwy8azp5R) for questions
7274
7375# Publications
7476
77+ * [ The Anatomy of a Distributed JavaScript Runtime — Series] ( https://medium.com/javascript-in-plain-english/the-anatomy-of-a-distributed-javascript-runtime-part-i-4d550f1f5bbe )
7578* [ How I Speed Up Full-stack Development by Not Building APIs] ( https://medium.com/better-programming/how-i-speed-up-full-stack-development-by-not-building-apis-7f768335bec6 )
7679* [ How I Split a Monolith Into Microservices Without Refactoring] ( https://medium.com/better-programming/how-i-split-a-monolith-into-microservices-without-refactoring-5d76924c34c2 )
7780
Original file line number Diff line number Diff line change @@ -7,22 +7,16 @@ Please join our [Discord community](https://discord.gg/Bqwy8azp5R) for feature r
77
88## Roadmap to v1.0
99
10- * Procedure specific middleware [ #237 ] ( https://github.com/MaskingTechnology/jitar/issues/237 )
1110* Optimize repository caching (update changed files only) [ #244 ] ( https://github.com/MaskingTechnology/jitar/issues/244 )
1211* Development mode (auto-reload on save) [ #245 ] ( https://github.com/MaskingTechnology/jitar/issues/245 )
1312* Production mode (combine and minify segment files) [ #246 ] ( https://github.com/MaskingTechnology/jitar/issues/246 )
14- * Authentication / authorization support [ #147 ] ( https://github.com/MaskingTechnology/jitar/issues/147 )
1513
1614## Roadmap beyond v1.0
1715
18- * Response caching [ #72 ] ( https://github.com/MaskingTechnology/jitar/issues/72 )
1916* Add support for other RPC protocols (e.g. [ gRPC] ( https://grpc.io/ ) )
2017* Test / add support for other JavaScript runtimes ([ Deno] ( https://deno.land/ ) , [ Bun] ( https://bun.sh/ ) )
2118* Provide a configurable Docker image
2219* Monitoring (metrics)
2320* Data type validation on RPC calls
24- * Adapters
25- * Output log statements to file
26- * Complete CORS support (e.g. Access-Control-Allow-Credentials, Access-Control-Expose-Headers, ...)
2721* Support for different load balancing strategies (e.g. weighted round-robin, least connections, ...)
2822* (more to come ...)
You can’t perform that action at this time.
0 commit comments