https://github.com/circuit/circuit-chat
Polymer element for a simple chat module that uses Circuit PaaS. Send an receive messages of a Circuit direct or group conversation.
https://github.com/circuit/circuit-chat
Last synced: 5 months ago
JSON representation
Polymer element for a simple chat module that uses Circuit PaaS. Send an receive messages of a Circuit direct or group conversation.
- Host: GitHub
- URL: https://github.com/circuit/circuit-chat
- Owner: circuit
- Created: 2015-08-07T03:30:52.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-19T02:08:14.000Z (over 10 years ago)
- Last Synced: 2025-04-04T10:11:37.812Z (about 1 year ago)
- Language: HTML
- Homepage:
- Size: 176 KB
- Stars: 1
- Watchers: 14
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# circuit-chat
`circuit-chat` is a simple chat module that uses Circuit PaaS. Send an receive messages of a Circuit direct or group conversation.
## Usage
```html
```
## Prerequisites
To use any Circuit Polymer elements you need to get free developer account. Get yours today at the [developer portal](https://developers.circuit.com).
## Dependencies
Element dependencies are managed via [Bower](http://bower.io/). You can
install that via:
npm install -g bower
Then, go ahead and download the element's dependencies:
bower install
## Playing with the element
If you wish to work on your element in isolation, we recommend that you use
[Polyserve](https://github.com/PolymerLabs/polyserve) to keep your element's
bower dependencies in line. You can install it via:
npm install -g polyserve
And you can run it via:
polyserve
Once running, you can preview your element at
`http://localhost:8080/components/circuit-chat/`, where `circuit-chat` is the name of the directory containing it.