Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeffbryner/quill-reactive-demo
demo of the meteor quill-reactive package
https://github.com/jeffbryner/quill-reactive-demo
Last synced: 11 days ago
JSON representation
demo of the meteor quill-reactive package
- Host: GitHub
- URL: https://github.com/jeffbryner/quill-reactive-demo
- Owner: jeffbryner
- License: mpl-2.0
- Created: 2018-06-28T02:03:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-12T17:21:31.000Z (over 6 years ago)
- Last Synced: 2024-11-08T21:18:50.469Z (2 months ago)
- Language: JavaScript
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# quill-reactive-demo
Demo of the meteor quill-reactive package from https://github.com/jeffbryner/quill-reactiveYou can test it out in two ways:
1) Online at http://quill-realtime-demo.jeffbryner.com:3000/
- Note: this is a free tier AWS, ECS service..wildly underpowered for meteor and mongo
- You will see edits from other folks on the internets so ..behave
- Contents reset every 60 seconds because of ^^2) Local build via docker https://hub.docker.com/r/0x7eff/quill-reactive-demo/:
- docker pull 0x7eff/quill-reactive-demo
- docker run -p80:3000 0x7eff/quill-reactive-demo
- Firefox yourself to http://localhost in multiple windows or tabs and edit in realtime