You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The server-side .NET Core framework that hosts the synchronization data middleware for Flutter clients that uses the `netcoresync_moor` package. This project is implemented in .NET 5.0 Middleware and uses WebSockets for its data communication. Visit the [netcore_sync_moor repository](https://github.com/aldycool/NETCoreSync/blob/master/netcoresync_moor) for more details.
A database synchronization framework where each client's local offline database (on each client's multiple devices) can be synchronized on-demand via network into a single centralized database hosted on a server. Data which are stored locally within each device of a single client can all be synchronized after each device have successfully performed the synchronization operation. This is the Flutter version of the original [NETCoreSync](https://github.com/aldycool/NETCoreSync) framework.
The code generation tool (as `dev_dependencies`) for the `netcoresync_moor` package. Visit the [netcore_sync_moor repository](https://github.com/aldycool/NETCoreSync/blob/master/netcoresync_moor) for more details.
0 commit comments