InCodingNowLiu / BotD

[WIP] A bot framework to support distribution capability

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BotD

BotD means a bot framework template wth Distribution capability

Install

npm i

Run

# start broker
docker-compose -p redis up -d

# start inbound/outbound services
npm start 

# start worker service
npm run start-worker

Test

Use Bot framework emulator to test

About

[WIP] A bot framework to support distribution capability


Languages

Language:TypeScript 100.0%