{"id":39509986,"url":"https://github.com/codingforentrepreneurs/rapid-chatxchannels","last_synced_at":"2026-01-18T06:01:08.521Z","repository":{"id":52898956,"uuid":"140019617","full_name":"codingforentrepreneurs/Rapid-ChatXChannels","owner":"codingforentrepreneurs","description":"A rapid fire tutorial and introduction of Django Channels. To get more in depth check out the full course https://kirr.co/badl8e","archived":false,"fork":false,"pushed_at":"2020-03-27T19:32:55.000Z","size":16,"stargazers_count":106,"open_issues_count":10,"forks_count":83,"subscribers_count":13,"default_branch":"master","last_synced_at":"2024-03-15T19:58:01.194Z","etag":null,"topics":["channels","channels2","django","django2","javascript","python","redis","tutorial","websockets"],"latest_commit_sha":null,"homepage":"http://joincfe.com/youtube/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codingforentrepreneurs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-07-06T18:46:28.000Z","updated_at":"2024-02-29T10:41:35.000Z","dependencies_parsed_at":"2022-08-23T15:10:36.055Z","dependency_job_id":null,"html_url":"https://github.com/codingforentrepreneurs/Rapid-ChatXChannels","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codingforentrepreneurs/Rapid-ChatXChannels","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingforentrepreneurs%2FRapid-ChatXChannels","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingforentrepreneurs%2FRapid-ChatXChannels/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingforentrepreneurs%2FRapid-ChatXChannels/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingforentrepreneurs%2FRapid-ChatXChannels/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codingforentrepreneurs","download_url":"https://codeload.github.com/codingforentrepreneurs/Rapid-ChatXChannels/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingforentrepreneurs%2FRapid-ChatXChannels/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28531991,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["channels","channels2","django","django2","javascript","python","redis","tutorial","websockets"],"created_at":"2026-01-18T06:01:07.748Z","updated_at":"2026-01-18T06:01:08.507Z","avatar_url":"https://github.com/codingforentrepreneurs.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rapid-ChatXChannels\nA rapid fire tutorial and introduction of Django Channels. To get more in-depth check out the full course https://kirr.co/badl8e\n\n\nYouTube Video: __coming soon__\n\n\n\n### Recommended Start\n```bash\n\n$ cd path/to/your/dev/folder\n$ mkdir channels-rapid\n$ cd channels-rapid\n$ git clone https://github.com/codingforentrepreneurs/Rapid-ChatXChannels .\n$ git reset a9a2c42052c87fd2eb5acdc417729f9359a1e087 --hard\n$ git remote remove origin\n$ virtualenv -p python3 .\n$ source bin/activate\n(channels-rapid) $ pip install -r requirements.txt\n(channels-rapid) $ cd src\n(channels-rapid) $ python manage.py migrate\n(channels-rapid) $ python manage.py createsuperuser\n... do the creation\n(channels-rapid) $ python manage.py createsuperuser\n... create second super user \n```\n\n\n### Install Redis\n1. Download Redis\n    - Using [Homebrew](http://brew.sh):\n        ```\n        brew install redis\n\n        brew services start redis\n        ```\n        Brew permission errors? Try `sudo chown -R \"$USER\":admin /usr/local`\n\n    - Direct [Download](http://redis.io/download)\n\n2. Open \u0026 Test Redis:\n    - open Terminal\n\n    - **redis-cli ping**\n        ```\n        $ redis-cli ping\n        PONG\n        ```\n\n    - **redis-server**\n        ```\n        $ redis-server\n        86750:C 08 Nov 08:17:21.431 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf\n        86750:M 08 Nov 08:17:21.433 * Increased maximum number of open files to 10032 (it was originally set to 256).\n                        _._                                                  \n                   _.-``__ ''-._                                             \n              _.-``    `.  `_.  ''-._           Redis 3.2.5 (00000000/0) 64 bit\n          .-`` .-```.  ```\\/    _.,_ ''-._                                   \n         (    '      ,       .-`  | `,    )     Running in standalone mode\n         |`-._`-...-` __...-.``-._|'` _.-'|     Port: 6379\n         |    `-._   `._    /     _.-'    |     PID: 86750\n          `-._    `-._  `-./  _.-'    _.-'                                   \n         |`-._`-._    `-.__.-'    _.-'_.-'|                                  \n         |    `-._`-._        _.-'_.-'    |           http://redis.io        \n          `-._    `-._`-.__.-'_.-'    _.-'                                   \n         |`-._`-._    `-.__.-'    _.-'_.-'|                                  \n         |    `-._`-._        _.-'_.-'    |                                  \n          `-._    `-._`-.__.-'_.-'    _.-'                                   \n              `-._    `-.__.-'    _.-'                                       \n                  `-._        _.-'                                           \n                      `-.__.-'                                               \n\n        86750:M 08 Nov 08:17:21.434 # Server started, Redis version 3.2.5\n        86750:M 08 Nov 08:17:21.434 * The server is now ready to accept connections on port 6379\n\n        ```\n        **Close Redis** with `control` + `c` to quit","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodingforentrepreneurs%2Frapid-chatxchannels","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodingforentrepreneurs%2Frapid-chatxchannels","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodingforentrepreneurs%2Frapid-chatxchannels/lists"}