https://github.com/viccon/poc
Asynchronous tree traversals in typescript for deriving domain models on the fly
https://github.com/viccon/poc
Last synced: 5 months ago
JSON representation
Asynchronous tree traversals in typescript for deriving domain models on the fly
- Host: GitHub
- URL: https://github.com/viccon/poc
- Owner: viccon
- Created: 2023-09-12T07:08:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-29T04:47:05.000Z (almost 2 years ago)
- Last Synced: 2025-02-12T06:29:12.560Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 44.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# POC
Code for a recent POC I did to dynamically derive asynchronous domain models.
More details can be found in [this](https://conner.dev/blog/async-tree-traversals) blog post.