{"id":30221001,"url":"https://github.com/louiexz/website-chatzin","last_synced_at":"2026-04-14T00:02:44.082Z","repository":{"id":229394944,"uuid":"776622889","full_name":"Louiexz/website-chatzin","owner":"Louiexz","description":"Website de chat utilizando Flask, no python.","archived":false,"fork":false,"pushed_at":"2025-08-10T20:46:41.000Z","size":365,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"Master","last_synced_at":"2025-08-10T22:22:21.483Z","etag":null,"topics":["backend","flask","flask-application","flask-socketio","socket","socket-io","webpack","website"],"latest_commit_sha":null,"homepage":"https://chatzin-dztl.onrender.com/","language":"HTML","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/Louiexz.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,"zenodo":null}},"created_at":"2024-03-24T02:25:22.000Z","updated_at":"2025-08-10T20:46:45.000Z","dependencies_parsed_at":"2024-03-26T07:25:10.185Z","dependency_job_id":"493ab75b-cf7e-4e12-ae36-8aa4d1ad6b4d","html_url":"https://github.com/Louiexz/website-chatzin","commit_stats":null,"previous_names":["louiexz/site-flask","louiexz/website-chatzin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Louiexz/website-chatzin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Louiexz%2Fwebsite-chatzin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Louiexz%2Fwebsite-chatzin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Louiexz%2Fwebsite-chatzin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Louiexz%2Fwebsite-chatzin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Louiexz","download_url":"https://codeload.github.com/Louiexz/website-chatzin/tar.gz/refs/heads/Master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Louiexz%2Fwebsite-chatzin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28900214,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T03:36:35.398Z","status":"ssl_error","status_checked_at":"2026-01-30T03:36:34.949Z","response_time":66,"last_error":"SSL_read: 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":["backend","flask","flask-application","flask-socketio","socket","socket-io","webpack","website"],"created_at":"2025-08-14T09:47:57.255Z","updated_at":"2026-04-14T00:02:44.076Z","avatar_url":"https://github.com/Louiexz.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chatzin\n\nEste é um simples aplicativo de chat online construído com Flask e Socket.IO. Permite que múltiplos usuários se conectem e conversem em tempo real através de uma interface web.\n\n## Screenshots\n![Chatzin](chatzin.png)\n\n## Stack utilizada\n\n**Front-end:** TailwindCSS, JavaScript\n\n**Back-end:** Python, Flask\n\n\n## Funcionalidades\n\n    Interface Simples: Interface web simples e intuitiva.\n    Chat em Tempo Real: Mensagens são enviadas e recebidas instantaneamente.\n    Múltiplos Usuários: Vários usuários podem se conectar ao chat ao mesmo tempo.\n    Sala de Chat: Os usuários podem enviar mensagens para todos na sala.\n    Histórico de Mensagens: O chat mantém um histórico das mensagens recentes.\n\n## Pré-requisitos\n\n### Certifique-se de ter o seguinte instalado antes de começar:\n  \n     Python 3\n\n## Instalação e Uso\n\n1. Acesse o chat:\n\n    - [Chatzin](https://chatzin-dztl.onrender.com/)\n\n2. Ou siga os seguintes passos:\n\n- Clone o repositório:\n\n        git clone https://github.com/Louiexz/website-chatzin.git\n        cd Site-Flask\n \n - Instale as dependências:\n\n        pip install -r requirements.txt\n\n - Execute o aplicativo:\n\n        gunicorn -k gevent -w 1 -b 0.0.0.0:8000 app:app\n\n - Acesse o chat:\n\n        Abra um navegador e vá para http://localhost:8000\n\n## Estrutura do Projeto\n\n    Site-Flask/\n    │\n    ├── app.py                  # Arquivo principal do aplicativo\n    ├── routes/                 # Diretório contendo routes Flask\n    │   ├── home.py              # Route da página inicial\n    │   ├── chat.py              # Route da página chat\n    │   └── about.py             # Route da página sobre\n    ├── static/                 # Diretório contendo arquivos estáticos (CSS, IMG, JS)\n    │   ├── css/                 # Diretório contendo estilos css\n    │   ├── img/                 # Diretório contendo imagens\n    |   |   └── icon/             # Diretório contendo os ícones\n    │   ├── Pages/               # Diretório contendo diretórios das páginas\n    |   |   └── Chat/             # Diretório arquivos css e scripts js página chat\n    |   |       └── css/           # Diretório css da página\n    |   |       └── js/            # Diretório js da página\n    │   └── sound/               # Diretório contendo sons\n    ├── templates/              # Diretório contendo templates HTML\n    │   ├── base.html            # Template base para as páginas\n    │   ├── index.html           # Página inicial\n    │   ├── chat.html            # Página do chat\n    |   └── about.html           # Página sobre nós\n    └── requirements.txt        # Arquivo contendo as dependências do Python\n\n## Contribuições\n[@Louiexz](https://www.github.com/Louiexz) - Autor e Desenvolvedor do site\u003cbr\u003e\n\nContribuições são bem-vindas! Sinta-se à vontade para abrir issues ou pull requests.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flouiexz%2Fwebsite-chatzin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flouiexz%2Fwebsite-chatzin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flouiexz%2Fwebsite-chatzin/lists"}