hemmayo / offline-event-sourcing-application

An example app for offline syncing with event sourcing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Offline event sourcing application example

Netlify Status

This repository shows a proof of concept on how to use Event Sourcing to synchronise offline apps with the server.

You can test the hosted app here.

Development

Make sure you have yarn installed.

Install the dependencies with yarn install.

Start the app with yarn and visit http://localhost:8080/.

About

An example app for offline syncing with event sourcing


Languages

Language:TypeScript 95.1%Language:HTML 2.8%Language:JavaScript 2.1%