Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuyk authored Jul 2, 2023
1 parent 69e0765 commit 4b3d488
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ Data is cross-resource accessible meaning it can work in a multi-resource enviro

## Features

- If you've ever tried working with multiple resources in alt:V it can be painful.
- Trying to synchronize database read / writes creates a lot of duplicate code between resources.
- The aim of this library is to reduce that complexity by making it all viable through setters/getters.
- This is an experimental project to see if we can make alt:V cross resource viable.
- Connect to MongoDB Database
- Individual connections to MongoDB Database per resource
- Cross-resource data cache for alt:V Entities (players, vehicles, etc)
- Listen for individual data updates based on keys
- Flag different data keys as localMeta, syncedMeta, or streamSyncedMeta for easy server-to-client sync

# Installation

Expand Down

0 comments on commit 4b3d488

Please sign in to comment.