https://github.com/walberbeltrame/thoaded
Open source initiative for a library of design patterns for asynchronous events.
https://github.com/walberbeltrame/thoaded
asynchronous-events design-patterns library thoaded
Last synced: 5 months ago
JSON representation
Open source initiative for a library of design patterns for asynchronous events.
- Host: GitHub
- URL: https://github.com/walberbeltrame/thoaded
- Owner: walberbeltrame
- License: mit
- Created: 2019-02-13T18:01:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-26T17:05:50.000Z (over 5 years ago)
- Last Synced: 2025-10-11T09:30:58.699Z (8 months ago)
- Topics: asynchronous-events, design-patterns, library, thoaded
- Language: JavaScript
- Homepage: https://thoaded.walberbeltrame.com/
- Size: 229 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Thoaded
Library for simple and fast design pattern that extends model, view and controller for asynchronous events in supported modern programming languages.
## Documentation
Thoaded applications are created by composing a series of simple inheritances. By convention, this components extends Modify-based Asynchronous Pattern. See more documentation at [Dotnet](https://walberbeltrame.github.io/thoaded/dotnet/), [Flutter](https://walberbeltrame.github.io/thoaded/flutter/), [Java](https://walberbeltrame.github.io/thoaded/java/), [Javascript](https://walberbeltrame.github.io/thoaded/javascript/), [Python](https://walberbeltrame.github.io/thoaded/python/), [Swift](https://walberbeltrame.github.io/thoaded/swift/).