{"id":22025195,"url":"https://github.com/apphero2/py-webchat","last_synced_at":"2026-04-07T22:32:28.712Z","repository":{"id":85000440,"uuid":"90977592","full_name":"AppHero2/py-webchat","owner":"AppHero2","description":"Python/Django \u0026 React Frontend WebChat","archived":false,"fork":false,"pushed_at":"2018-08-24T23:23:32.000Z","size":1072,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T10:46:06.833Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/AppHero2.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-11T12:38:53.000Z","updated_at":"2018-08-24T23:25:24.000Z","dependencies_parsed_at":"2023-03-02T21:01:09.633Z","dependency_job_id":null,"html_url":"https://github.com/AppHero2/py-webchat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AppHero2/py-webchat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppHero2%2Fpy-webchat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppHero2%2Fpy-webchat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppHero2%2Fpy-webchat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppHero2%2Fpy-webchat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AppHero2","download_url":"https://codeload.github.com/AppHero2/py-webchat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppHero2%2Fpy-webchat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31532326,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-30T07:14:55.406Z","updated_at":"2026-04-07T22:32:28.698Z","avatar_url":"https://github.com/AppHero2.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Webchat #\n\n[![Build Status](https://travis-ci.org/dhedegaard/webchat.svg?branch=master)](https://travis-ci.org/dhedegaard/webchat)\n[![Coverage Status](https://coveralls.io/repos/dhedegaard/webchat/badge.svg?branch=master)](https://coveralls.io/r/dhedegaard/webchat?branch=master)\n[![Requirements Status](https://requires.io/github/dhedegaard/webchat/requirements.svg?branch=master)](https://requires.io/github/dhedegaard/webchat/requirements/?branch=master)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/b378ae9e1faa460999054d27a399750a)](https://www.codacy.com/app/dhedegaard/webchat)\n\nA simple Django app for doing webchat over HTTP, the frontend is implemented in React using Typescript, and uses the fetch API for long polling.\n\n## For running the Django part of the project\n\nMake sure you've got a recent python (3.4+, 2.7 not supported by Django 2.0+) installed, with `pip` and `virtualenv`\n\nUsually for developing, I do something like:\n\n```\n$ virtualenv venv\n$ source venv/bin/activate\n(venv) $ pip install -r requirements.txt\n(venv) $ python manage.py runserver\n```\n\nFor production usage you'll wanna look into using uwsgi, gunicorn or a similar WSGI-based application server.\n\n## For building and developing the typescript web app\n\nMake sure you have a recent version of NodeJS installed, with npm and/or yarn.\n\nFor setting up the environment and installing the needed packages with yarn, feel free to substitue with npm:\n\n```\n$ cd webapp\n$ yarn\n````\n\nFor development there's a `watch` script, call it like:\n\n```\n$ yarn watch\n```\n\nFor building a minified production bundle:\n\n```\n$ yarn start\n```\n\nThe frontend uses a few polyfills for supporting IE10+, these include babel-polyfill for `Promise` and whatwg-fetch for `fetch`.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapphero2%2Fpy-webchat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapphero2%2Fpy-webchat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapphero2%2Fpy-webchat/lists"}