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
{{ message }}
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.
Like with connect in node.js you can have the ability to add rules whenever some data comes in or out that you do the same kind of action.
So when a user save a document you can create a spellchecker middleware implementation so that before it gets been saved it is been spellchecked. If you want to have it on specific files you can do that as well.
The text was updated successfully, but these errors were encountered:
jorishermans
changed the title
Add middleware architecture so that you perform actions on your data when put or get it
Add middleware architecture so that you perform actions on your data when put or get it from blockstack
Nov 8, 2019
jorishermans
changed the title
Add middleware architecture so that you perform actions on your data when put or get it from blockstack
Add middleware architecture so that you perform actions on your data when saving or getting it from blockstack
Nov 9, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Like with connect in node.js you can have the ability to add rules whenever some data comes in or out that you do the same kind of action.
So when a user save a document you can create a spellchecker middleware implementation so that before it gets been saved it is been spellchecked. If you want to have it on specific files you can do that as well.
The text was updated successfully, but these errors were encountered: