Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benbalter/hubot-webscale
A web-sockets based Hubot adapter to allow Hubot to be embedded in a website at webscale.
https://github.com/benbalter/hubot-webscale
Last synced: 14 days ago
JSON representation
A web-sockets based Hubot adapter to allow Hubot to be embedded in a website at webscale.
- Host: GitHub
- URL: https://github.com/benbalter/hubot-webscale
- Owner: benbalter
- License: mit
- Created: 2015-01-31T00:11:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-08T13:58:43.000Z (over 9 years ago)
- Last Synced: 2024-10-09T12:25:57.382Z (25 days ago)
- Language: CoffeeScript
- Homepage:
- Size: 224 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome - benbalter/hubot-webscale - A web-sockets based Hubot adapter to allow Hubot to be embedded in a website at webscale. (CoffeeScript)
README
# Hubot Webscale
A web-sockets based [Hubot](https://github.com/github/hubot) adapter to allow Hubot to be embedded in a website **at webscale**.
## Running locally
1. `script/bootstrap`
2. `script/server`
3. Open [localhost:8080](http://localhost:8080) in your browser## Deploying to Heroku
Follow the [standard Hubot deployment docs](https://github.com/github/hubot/blob/master/docs/deploying/heroku.md). Hubot Webscale doesn't require any special configuration.
## Wait, so this is a web-based chat room?
Not really. While it's a shared Hubot brain, each user has their own, private line directly to Hubot, and can only see their commands and what Hubot says in reply to their own commands.