Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ There are currently two demos, which are included in the [racer-examples](https:

* **Persistent storage** – Racer uses [ShareDB](https://github.com/share/sharedb) to keep a journal of all data operations, publish operations to multiple frontend servers, and automatically persist documents. It currently supports MongoDB, and it can be easily adapted to support other document stores.

* **Access control** – (Under development) Racer will have hooks for access control to protect documents from malicious reads and writes.
* **Access control** – Racer itself does not have hooks for access control to protect documents from malicious reads and writes. For adding this functionality, use [sharedb-access](https://github.com/dmapper/sharedb-access).

* **Solr queries** – (Under development) A Solr adapter will support updating Solr indices as data change and queries for realtime updated search results.

Expand Down