Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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...