BotD
means a bot framework template wth Distribution capability
npm i
# start broker
docker-compose -p redis up -d
# start inbound/outbound services
npm start
# start worker service
npm run start-worker
Use Bot framework emulator to test
[WIP] A bot framework to support distribution capability
BotD
means a bot framework template wth Distribution capability
npm i
# start broker
docker-compose -p redis up -d
# start inbound/outbound services
npm start
# start worker service
npm run start-worker
Use Bot framework emulator to test
[WIP] A bot framework to support distribution capability