Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/benbrown/botbuilder-storage-json


https://github.com/benbrown/botbuilder-storage-json

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Bot Framework state storage that writes to JSON in the filesystem

```
const JSONStorage = require('botbuilder-storage-json');
const storage = new JSONStorage('path/to/json');
```