Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baslr/arangochair-serversendevents-demo
🥑 arangochair demo with server send events
https://github.com/baslr/arangochair-serversendevents-demo
arangochair arangodb demo
Last synced: 14 days ago
JSON representation
🥑 arangochair demo with server send events
- Host: GitHub
- URL: https://github.com/baslr/arangochair-serversendevents-demo
- Owner: baslr
- Created: 2017-02-22T17:05:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-23T20:25:46.000Z (over 7 years ago)
- Last Synced: 2024-11-22T14:33:05.015Z (3 months ago)
- Topics: arangochair, arangodb, demo
- Language: HTML
- Homepage:
- Size: 230 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### setup
Setup [ArangoDB](https://www.arangodb.com/download-major/) your favorite way so thats listening at least on `127.0.0.1:8529`.
Go to the web ui and add a collection `tweets`.ArangoDB is ready and we install the demo:
git clone https://github.com/baslr/arangochair-serversendevents-demo
cd arangochair-serversendevents-demo
npm install
node index.jsNow the demo is running and we can try it out: open multiple tabs in your browser with the address `127.0.0.1:3000` and tweet something.