Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Add middleware architecture so that you perform actions on your data when saving or getting it from blockstack #55

Open
jorishermans opened this issue Nov 8, 2019 · 0 comments

Comments

@jorishermans
Copy link

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.

@jorishermans 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 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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant