{"id":21258443,"url":"https://github.com/ubc/stream","last_synced_at":"2025-07-11T02:32:42.098Z","repository":{"id":5366965,"uuid":"6553610","full_name":"ubc/stream","owner":"ubc","description":"Stream is a WordPress plugin that adds a framework for integrating wordpress plugins with Node JS.","archived":false,"fork":false,"pushed_at":"2015-05-08T18:59:46.000Z","size":4388,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":16,"default_branch":"master","last_synced_at":"2024-04-08T19:14:10.378Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ubc.png","metadata":{"files":{"readme":"readme.txt","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-11-05T23:35:03.000Z","updated_at":"2024-04-08T19:14:10.379Z","dependencies_parsed_at":"2022-07-06T09:02:43.861Z","dependency_job_id":null,"html_url":"https://github.com/ubc/stream","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubc%2Fstream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubc%2Fstream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubc%2Fstream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubc%2Fstream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ubc","download_url":"https://codeload.github.com/ubc/stream/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225669491,"owners_count":17505386,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-21T04:08:54.713Z","updated_at":"2024-11-21T04:08:55.206Z","avatar_url":"https://github.com/ubc.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"=== Stream ===\r\nContributors: enej, devindra, ctlt-dev, ubcdev\r\nTags: node, js, nodejs\r\nStable tag: 1.0\r\nLicense: GPLv2 or later\r\nLicense URI: http://www.gnu.org/licenses/gpl-2.0.html\r\n\r\nAdds a framework for integrating wordpress plugins with Node JS.\r\n\r\n== Description ==\r\n\r\n\r\n\r\n== Installation ==\r\n\r\n1. Extract the zip file into wp-content/plugins/ in your WordPress installation.\r\n2. Go to plugins page to activate.\r\n3. Make sure you have nodejs installed on your server. http://nodejs.org/download/\r\n4. Go to the directory, plugins/stream/js-app \r\n5. In command line, run \"node app.js\"\r\n6. Update the stream setting found in Settings -\u003e Stream\r\n\r\nWould recommend running the service using something like forever https://github.com/nodejitsu/forever\r\n\r\nInfo here: http://blog.nodejitsu.com/keep-a-nodejs-server-up-with-forever\r\n\r\nOR \r\n\r\nNote: If you have upstart (http://upstart.ubuntu.com), running do init script so you can run the app as a service.\r\n\r\nExample:\r\n\r\ncreate an init script in /etc/init: \r\n\r\n    vi pulsepress-stream.conf  \r\n    \r\nadd something like the following:\r\n\r\n    description \"pulsepress stream app\"\r\n    author\t \"You\"\r\n\r\n    start on runlevel [2345]\r\n    stop on shutdown\r\n\r\n    script \r\n        # $HOME of user running\r\n        export HOME=\"/root\"\r\n        exec /usr/local/bin/node /var/wwwnodejs/stream/js-app/app.js 2\u003e\u00261 \u003e\u003e /var/log/node.log\r\n\r\n    end script\r\n\r\nAfter start/stop like:\r\n\r\n    sudo start pulsepress-stream  \r\n\r\n    sudo stop pulsepress-stream\r\n\r\n\r\n== Changelog ==\r\n\r\n= 1.0 =\r\n* Initial release\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fubc%2Fstream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fubc%2Fstream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fubc%2Fstream/lists"}