{"id":15132957,"url":"https://github.com/eloy0133/real-time-chat","last_synced_at":"2026-01-25T08:33:15.247Z","repository":{"id":256380585,"uuid":"855124631","full_name":"eloy0133/real-time-chat","owner":"eloy0133","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-02T01:59:10.000Z","size":3489,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-04T00:39:49.734Z","etag":null,"topics":["bcrypt","express","javascript","morgan","nodejs","socket-io","turso-db"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/eloy0133.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-09-10T10:57:39.000Z","updated_at":"2025-04-11T17:50:02.000Z","dependencies_parsed_at":"2025-05-27T19:07:59.563Z","dependency_job_id":"f11d2cb6-c44c-438e-a039-36df02a9c280","html_url":"https://github.com/eloy0133/real-time-chat","commit_stats":null,"previous_names":["eloy0133/real-time-chat"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eloy0133/real-time-chat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eloy0133%2Freal-time-chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eloy0133%2Freal-time-chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eloy0133%2Freal-time-chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eloy0133%2Freal-time-chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eloy0133","download_url":"https://codeload.github.com/eloy0133/real-time-chat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eloy0133%2Freal-time-chat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28749383,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T08:31:04.260Z","status":"ssl_error","status_checked_at":"2026-01-25T08:30:28.859Z","response_time":113,"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":["bcrypt","express","javascript","morgan","nodejs","socket-io","turso-db"],"created_at":"2024-09-26T04:41:55.553Z","updated_at":"2026-01-25T08:33:15.235Z","avatar_url":"https://github.com/eloy0133.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🗨️ Chat en Tiempo Real con Express.js, Socket.io, Turso y Auth0\n\nAplicación web que permite a los usuarios iniciar sesión con Google y enviar mensajes en tiempo real a un servidor construido con Express.js. Los mensajes se almacenan en una base de datos MySQL en Turso y se usa Socket.io para la comunicación en tiempo real.\n\n## 🚀 **Tecnologías Utilizadas**\n- **Express.js**: Maneja toda la lógica del servidor, incluyendo la persistencia de mensajes, la comunicación con el cliente a través de WebSockets, los endpoints de autenticación y verificación de JWT para manejo de sesión seguro.\n- **Socket.io**: Permite la comunicación bidireccional y en tiempo real entre el cliente y el servidor.\n- **Turso (Base de Datos MySQL)**: Almacena todos los mensajes para garantizar su persistencia.\n- **Auth0**: Facilita la autenticación con Google, permitiendo que cada mensaje muestre el nombre y la foto del usuario.\n- **Json Web Tokens (JWT)**: Manejo de sesión de forma segura en el lado del cliente.\n\n## 📌 **Características**\n✔️ Inicio de sesión con Google mediante Auth0.  \n✔️ Mensajería en tiempo real con WebSockets.  \n✔️ Almacenamiento de mensajes en una base de datos MySQL.  \n✔️ Autenticación segura y verificación de usuario.  \n✔️ Manejo y verificación de sesión de forma segura a través de JWT.\n\n## 🌐 **Render**\n- Esta aplicación está desplegada en Render: https://chat-app-bon1.onrender.com\n\n### ¡Puedes probar a enviar un mensaje a la aplicación!\n\n\n\n\n# ENGLISH:\n# 🗨️ Real-Time Chat with Express.js, Socket.io, Turso, and Auth0\n\nThis is a web application that allows users to log in with Google and send real-time messages to a server built with Express.js. The messages are stored in a MySQL database hosted on Turso, and Socket.io is used to provide real-time communication.\n\n## 🚀 **Technologies Used**\n- **Express.js**: Manages all server-side logic, including message persistence, client-server communication via WebSockets, authentication and jwt verification endpoints.\n- **Socket.io**: Enables bidirectional, real-time communication between the client and the server.\n- **Turso (MySQL Database)**: Stores all messages, ensuring data persistence.\n- **Auth0**: Provides easy Google authentication, allowing messages to display the user's name and profile picture.\n- **Json Web Tokens (JWT)**: Secure session management from the client side.\n\n## 📌 **Features**\n✔️ Google Sign-In via Auth0.  \n✔️ Real-time messaging with WebSockets.  \n✔️ Message storage using a MySQL database.  \n✔️ Secure authentication and user verification.  \n✔️ Secure session management and verification via JWT.\n\n## 🌐 **Render**\n- This aplication is deployed in Render: https://chat-app-bon1.onrender.com\n\n### Feel free to send a message to the app!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feloy0133%2Freal-time-chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feloy0133%2Freal-time-chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feloy0133%2Freal-time-chat/lists"}