-
Notifications
You must be signed in to change notification settings - Fork 11
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
Comments
I guess it would work like the demo you have, even if it is only a web client, it would be great. |
Hi, 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? |
Hi,
That will be really great if I can get some sort of server element to facilitate the collaboration of Requirements definitions and management.
I think this would be a great capability to your software, and I am sure I am not the only one that would use it extensively.
Thanks so much for replying to me, I am looking forward to hearing from you soon.
Thanks again,
Louis
Louis Yssel
Chief Technology Officer
+27 826510829
+27 11 255 1000
[email protected]
www.zerorisk.one
Auto-X Building | 140 North Reef Road | Elandsfontein
Germiston, 1429
Gauteng
South Africa
ZeroRisk (Pty) Ltd accepts no liability for the content of this email, or for the consequences of any actions taken on the basis of the information provided, unless that information is subsequently confirmed in writing. Any views or opinions presented in this email are solely those of the author and do not necessarily represent those of the company.
From: Stéphane Huart <[email protected]>
Date: Tuesday, 11 August 2020 at 22:33
To: shuart/ephemeris <[email protected]>
Cc: Louis Yssel <[email protected]>, Author <[email protected]>
Subject: Re: [shuart/ephemeris] Online account (#115)
Hi,
Thanks for your kind words!
Yes it would work the same. The bridge 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?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#115 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AHBSLW34FOJQKSXNOKQ3OTDSAGTKLANCNFSM4PXTLKTQ>.
|
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
The text was updated successfully, but these errors were encountered: