Skip to content

Proof-of-concept: centralized Node.js server that your local-first frontend app can treat as an append-only log and sync events to it. You can log into this server with third-party authentication, and your frontend program (demo included) can log into this server automatically.

Notifications You must be signed in to change notification settings

fasiha/gotanda-events-server

Repository files navigation

Register your app with GitHub.

Clone this repo.

Create .env and fill in the following:

SESSION_SECRET=
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=

Then,

npm run build
npm run serve

About

Proof-of-concept: centralized Node.js server that your local-first frontend app can treat as an append-only log and sync events to it. You can log into this server with third-party authentication, and your frontend program (demo included) can log into this server automatically.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published