Skip to content

Commit 4e9ea7e

Browse files
authored
DOCSP-33485 Example Projects Page Update (#3049)
## Pull Request Info - ObjectAsAPI (.NET) - Flexible Sync Playground (Node.js) - Connection State Change & Error Handling (React Native) - Offline Support and Realm Access (React Native, Electron, Web, and Node) ### Jira - https://jira.mongodb.org/browse/DOCSP-33485 ### Staged Changes - [Example Projects](https://preview-mongodblindseymoore.gatsbyjs.io/realm/DOCSP-33485/example-projects/) ### Reminder Checklist If your PR modifies the docs, you might need to also update some corresponding pages. Check if completed or N/A. - [ ] Create Jira ticket for corresponding docs-app-services update(s), if any - [ ] Checked/updated Admin API - [ ] Checked/updated CLI reference ### Review Guidelines [REVIEWING.md](https://github.com/mongodb/docs-realm/blob/master/REVIEWING.md)
1 parent 43a1e40 commit 4e9ea7e

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

source/example-projects.txt

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,19 @@ Learn about the core features of Realm with Atlas Device Sync.
3232
- `Kotlin <https://github.com/realm/realm-kotlin-samples/tree/main/AppServicesUsageSamples/apps/error-handling>`__
3333
- `.NET <https://github.com/realm/realm-dotnet-samples/tree/main/QuickJournalSync>`__
3434
- `Node.js <https://github.com/realm/realm-js/tree/main/examples/node-connection-and-error>`__
35+
- `React Native <https://github.com/realm/realm-js/tree/main/examples/rn-connection-and-error>`__
3536
- `Swift <https://github.com/realm/realm-swift-samples/tree/main/SyncConnectionStateErrorReset>`__
3637

37-
* - Offline Login and Realm Access
38-
- Log in a Device Sync user and open a synced realm offline.
39-
- - `Flutter <https://github.com/realm/realm-dart-samples/tree/kilochat/kilochat>`__
38+
* - Offline Support and Realm Access
39+
- Log in a Device Sync user, open a synced realm, and perform local-first reads and writes, all while offline.
40+
- - `Electron <https://github.com/realm/realm-js/tree/main/examples/electron-todo-list>`__
41+
- `Flutter <https://github.com/realm/realm-dart-samples/tree/kilochat/kilochat>`__
4042
- `Kotlin <https://github.com/realm/realm-kotlin-samples/tree/main/AppServicesUsageSamples/apps/property-encryption>`__
4143
- `.NET <https://github.com/realm/realm-dotnet-samples/tree/main/QuickJournalSync>`__
44+
- `Node <https://github.com/realm/realm-js/tree/main/examples/node-connection-and-error>`__
45+
- `React Native <https://github.com/realm/realm-js/tree/main/examples/rn-todo-list>`__
4246
- `Swift <https://github.com/realm/realm-swift-samples/tree/main/OfflineLoginRealmAccess>`__
47+
- `Web <https://github.com/realm/realm-js/tree/nh/wasm/emscripten_target/examples/example-react-task>`__
4348

4449
* - Template Apps
4550
- A todo list mobile app that syncs data with App Services using Device Sync. See
@@ -149,10 +154,18 @@ Check out these supplementary projects to build on the power of Realm with Atlas
149154
- Build an infinite runner game with Unity and the .NET Realm SDK.
150155
- - `.NET <https://github.com/mongodb-developer/unity-infinite-runner>`__
151156

157+
* - ObjectsAsAPI
158+
- Create specific Realm objects representing API calls ("objects-as-api") instead of REST API calls to execute business logic.
159+
- - `.NET <https://github.com/realm/realm-dotnet-samples/tree/main/ObjectsAsAPI>`__
160+
152161
* - Smart Factory Interface
153162
- Build an interface to order and produce a product based on stock availability, using the digital representation of a physical factory and computer vision.
154163
- - `.NET <https://github.com/mongodb-industry-solutions/smart-factory-computer-vision-inference>`__
155164

165+
* - Flexible Sync Playground
166+
- Build a command line application to dynamically change sync subscriptions and fetch information about Realm database, including database schemas.
167+
- - `Node.js <https://github.com/pmanna-tse-realm/flexisync-playground/tree/main>`__
168+
156169
* - Vehicle Simulator and Controller
157170
- Build a connected platform to monitor vehicle analytics, using MongoDB Atlas and the AWS ecosystem.
158171
- - `Node.js <https://github.com/mongodb-industry-solutions/Vehicle-Digital-Twin-Feedback-Loop>`__

0 commit comments

Comments
 (0)