https://github.com/jclem/shared-textarea
A Polymer component for collaborative documents
https://github.com/jclem/shared-textarea
Last synced: about 1 year ago
JSON representation
A Polymer component for collaborative documents
- Host: GitHub
- URL: https://github.com/jclem/shared-textarea
- Owner: jclem
- Created: 2014-09-05T00:29:26.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-05T01:53:15.000Z (almost 12 years ago)
- Last Synced: 2025-03-24T10:52:53.884Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shared-textarea
This barely works, and is tied to a specific Heroku app. Documents will
disappear periodically.
Demo:
```sh
bower install Polymer/platform --save
bower install shared-textarea --save
cat < index.html
shared-textarea demo
EOF
ruby -run -e httpd . -p 8080
```