Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 881 Bytes

File metadata and controls

43 lines (23 loc) · 881 Bytes

yowl-examples

Implementation examples for yowl modules.

To run an example and interact with it locally, use:

node <example>.js --local

General Examples

Basic Echo Bot

Actions Bot

Websocket Echo Bot with UI

Facebook Echo Bot

Classification & Parsing

Naive Bayes Classifier

Natural Language Date Parsing

Session Persistence

Redis Session Persistence

Rethink Session Persistence

Job Queue

Kue-based Job Queue

Dialog Manager

Basic Dialog Manager With Persistence

Asynchronous Response With Locking

Redis Lock Async