Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krutoo/morse
Browser environment event sourcing tool
https://github.com/krutoo/morse
event-sourcing frontend javascript microfrontend microservices transport
Last synced: about 1 month ago
JSON representation
Browser environment event sourcing tool
- Host: GitHub
- URL: https://github.com/krutoo/morse
- Owner: krutoo
- License: mit
- Created: 2019-02-25T04:34:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T23:55:26.000Z (over 1 year ago)
- Last Synced: 2024-04-14T06:08:17.706Z (7 months ago)
- Topics: event-sourcing, frontend, javascript, microfrontend, microservices, transport
- Language: TypeScript
- Homepage:
- Size: 386 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Morse
Browser environment event sourcing tool for frontend micro services
## Motivation
This may be necessary when one page contains applications written on different technologies
(for example, React and Backbone) or when there are two applications on the page divided
into different bundles (separate scripts).## Priorities
- ability to receive missed messages (that was sent before service initialized)
- keep messages sending order
- library small size (as less as possible polyfills)## Install
Using **npm**: coming soon...