Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ukrbublik/twitter_stream_feed
[test task] Simple web app to show last tweets in real-time.
https://github.com/ukrbublik/twitter_stream_feed
async feed php ratchet reactphp sample socket-server test-task twitter websocket websockets
Last synced: 18 days ago
JSON representation
[test task] Simple web app to show last tweets in real-time.
- Host: GitHub
- URL: https://github.com/ukrbublik/twitter_stream_feed
- Owner: ukrbublik
- Created: 2017-01-22T04:35:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-01T16:35:43.000Z (almost 8 years ago)
- Last Synced: 2024-10-09T21:32:47.789Z (29 days ago)
- Topics: async, feed, php, ratchet, reactphp, sample, socket-server, test-task, twitter, websocket, websockets
- Language: PHP
- Homepage: http://stream-feed.herokuapp.com/
- Size: 437 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple web app to show last 25 tweets from you feed in real-time.
### Usage
- `composer install`
- Edit config.php
- Run socket server from command line: `php bin/ratchet.php`### Heroku
- Buildpacks: `heroku/php` and `heroku/nodejs` (just for bower)
- Addons: `MemCachier`
- Separate Ratchet socket server to 2nd app.
- Apps must have different `Procfile` files - 1st with contents of `Procfile1`, 2nd - of `Procfile2`
- Both apps must have same `MEMCACHIER_*` env vars and `IS_HEROKU=1`### Demo
https://stream-feed.herokuapp.com/