Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Online account #115

Open
louisyssel opened this issue Aug 7, 2020 · 3 comments
Open

Online account #115

louisyssel opened this issue Aug 7, 2020 · 3 comments

Comments

@louisyssel
Copy link

Hi,

I really like this application, and with the current lockdown scenarios I would like to be able to have multiple people working on a project.
I see there is an online account that points to a local server. Is there instructions on how this is installed so that more user can connect to the same backend working on the same projects.

This would be really awesome.

Thanks

@louisyssel
Copy link
Author

I guess it would work like the demo you have, even if it is only a web client, it would be great.

@shuart
Copy link
Owner

shuart commented Aug 11, 2020

Hi,
Thanks for your kind words!

Yes it would work the same. The online bridge component is supposed to forward all events to a central server, update a remote copy (for backup or heavy resync), and dispatch the events to all allowed instances in realtime so each of them can deal with the changes made by others locally and update itself. It's supposed to be online first also, so you can work without connection on your side before resync

I have a prototype/proof of concept Node.js server that is "kind of working™ ", based on Feathers.js, but TBH, it's still awfully messy, and I'am not that happy with it. I'am thinking about making an alternative simpler one in PHP (not realtime, but more easy to use and deploy).

I could try to polish a bit the Node.js one and publish it in a raw state if you are interested?

@louisyssel
Copy link
Author

louisyssel commented Aug 12, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants