https://github.com/compulim/docker-bot
Template for developing bot with Docker and Bot Framework Emulator
https://github.com/compulim/docker-bot
Last synced: over 1 year ago
JSON representation
Template for developing bot with Docker and Bot Framework Emulator
- Host: GitHub
- URL: https://github.com/compulim/docker-bot
- Owner: compulim
- Created: 2018-05-31T18:23:51.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-26T16:11:40.000Z (almost 8 years ago)
- Last Synced: 2025-03-24T16:03:29.100Z (over 1 year ago)
- Language: JavaScript
- Size: 566 KB
- Stars: 10
- Watchers: 1
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-bot
Template for developing bot with Docker and Bot Framework Emulator
# How to use
With Docker installed, run `docker-compose up`. Then navigate to [http://localhost:3000/](http://localhost:3000/).
## Development
Modify your bot code at [packages/bot](https://github.com/compulim/docker-bot/tree/master/packages/bot).
## Ports
| Port | Exposed | Image | Description | Incoming connection from |
| - | - | - | - | - |
| 3000 | Yes | `web-server` | Static page for Web Chat | Browser |
| 3978 | No | `bot-server` | Bot.js hosted on Restify | `bot-emulator` |
| 5000 | Yes | `bot-emulator` | Emulated Direct Line server | Browser and `bot-server` |
# Roadmap
* Bot.js
* Create some responses that fire Redux actions
* Web server
* Use Web Chat from NPM, instead of CDN
* Add Redux
* For activity with `{ event: 'redux' }`, pump it into Redux directly
# Contributions
Like us? [Star](https://github.com/compulim/docker-bot/stargazers) us.
Want to make it better? [File](https://github.com/compulim/docker-bot/issues) us an issue.
Don't like something you see? [Submit](https://github.com/compulim/docker-bot/pulls) a pull request.