# Genie app with live, shared data

**URL:** https://discourse.julialang.org/t/genie-app-with-live-shared-data/129030
**Category:** Data
**Tags:** question, webapps
**Created:** [May 15, 2025, 11:11am UTC](https://discourse.julialang.org/t/genie-app-with-live-shared-data/129030 "2025-05-15T11:11:27Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Joseph\_Bradley](https://avatars.discourse-cdn.com/v4/letter/j/49beb7/32.png) [@Joseph\_Bradley](https://discourse.julialang.org/u/Joseph_Bradley)
#### Post date: [May 15, 2025, 11:11am UTC](https://discourse.julialang.org/t/genie-app-with-live-shared-data/129030/1 "2025-05-15T11:11:27Z")

</div>

I’m trying to make a Genie app that will let multiple users collaborate on a web app. It’s just a project tracker, but Excel isn’t quite enough for what we want.

There will be a table `df` that exists on the cloud somewhere. Genie will fetch the table and users will see views of that data through `foo(df)`, etc. Users will also be able to create, update, and delete `df`.

What I really want is for changes to `df` to get reflected to all other users immediately - e.g. the data source for `df` will push to active users whenever there is an update.

Does anyone have experience doing this with Genie or other Julia tools?

Bonus points if you can help with getting Genie + the data hooked up with SSO.

Thank you!
