{"id":19238424,"url":"https://github.com/ramonpaolo/chat-realtime","last_synced_at":"2026-02-11T20:31:45.075Z","repository":{"id":260965748,"uuid":"487657808","full_name":"ramonpaolo/chat-realtime","owner":"ramonpaolo","description":"Real time chat using Socket.io and NodeJs.","archived":false,"fork":false,"pushed_at":"2025-03-01T23:04:04.000Z","size":220,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-04T17:57:03.986Z","etag":null,"topics":["ejs","expressjs","javascript","nodejs","socket-io","typescript"],"latest_commit_sha":null,"homepage":"https://chat-realtime-anonymous.zenifra.com","language":"EJS","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/ramonpaolo.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-05-01T22:39:41.000Z","updated_at":"2025-01-01T22:11:37.000Z","dependencies_parsed_at":"2024-11-20T17:26:16.400Z","dependency_job_id":"2807200d-7c0e-48f3-b8a3-610c0999410e","html_url":"https://github.com/ramonpaolo/chat-realtime","commit_stats":null,"previous_names":["ramonpaolo/chat-realtime"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/ramonpaolo/chat-realtime","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramonpaolo%2Fchat-realtime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramonpaolo%2Fchat-realtime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramonpaolo%2Fchat-realtime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramonpaolo%2Fchat-realtime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ramonpaolo","download_url":"https://codeload.github.com/ramonpaolo/chat-realtime/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramonpaolo%2Fchat-realtime/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29343992,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T20:11:40.865Z","status":"ssl_error","status_checked_at":"2026-02-11T20:10:41.637Z","response_time":97,"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":["ejs","expressjs","javascript","nodejs","socket-io","typescript"],"created_at":"2024-11-09T16:32:03.066Z","updated_at":"2026-02-11T20:31:45.059Z","avatar_url":"https://github.com/ramonpaolo.png","language":"EJS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Portfolio\n\n![Realtime Chat](https://ik.imagekit.io/9t3dbkxrtl/realtime-chat_J9ZFNOPTf.gif?ik-sdk-version=javascript-1.4.3\u0026updatedAt=1652364172872)\n\n## Languages Translates\n- [Portuguese](#portuguese)\n- [English](#english)\n\n\u003cdiv id=\"english\" /\u003e\n\n# English\n\n##### Ops: this translate was made by me(Ramon Paolo Maran). Sorry for any problem in translate : )\n\n## Index\n- [About the Project](#abouttheproject-english)\n- [How it's works?](#howwork-english)\n- [Technologies Useds](#technologiesuseds-english)\n- [How execute this project?](#howexecute-english)\n- [Tips](#tips-english)\n\n---\n\n\u003cdiv id=\"abouttheproject-english\"/\u003e\n\n# 📑 About the Project\n\nThe project consist in are the chat in realtime, in that those people can use with security, because the datas not is saved in databases or cache.\n\n---\n\n\u003cdiv id=\"howwork-english\"/\u003e\n\n# How it's works?\n\nI'm using EJS to do the frontend, in the side of server(NodeJs), that are get the datas of Socket.io and making a broadcas for all machines that listening one determined room.\n\nThe network use cryptograph peer-to-peer with HTTPS\n\n---\n\u003cdiv id=\"technologiesuseds-english\"/\u003e\n\n# 🚀 Technologies Useds\n- TypeScript\n- NodeJs\n- Express\n- EJS\n- Socket.io\n\n---\n\u003cdiv id=\"howexecute-english\"/\u003e\n\n# 📁 How Execute this Project?\nRequirements: NodeJs 14.17 LTS and Yarn\n\n```bash\n# clone the repositore\n$ git clone https://github.com/ramonpaolo/chat-realtime\n\n# enter inside the folder of project\n$ cd chat-realtime/\n\n# install the dependencies:\n$ yarn\n\n# build the application:\n$ yarn build\n\n# init the project:\n$ yarn start\n```\n\n---\n\u003cdiv id=\"tips-english\"/\u003e\n\n# Tips\n\nWarning with people in the room, using cell phone, because, some files can break the navigator in cell phone.\n\n---\n\u003c/br\u003e\n\n\u003cdiv id=\"portuguese\" /\u003e\n\n# Portuguese\n\n---\n\n## Índice\n- [Sobre o Projeto](#abouttheproject-portuguese)\n- [Como Funciona?](#howwork-portuguese)\n- [Tecnologias Usadas](#technologiesuseds-portuguese)\n- [Como executar o Projeto?](#howexecute-portuguese)\n- [Dicas](#tips-portuguese)\n\n---\n\n\u003cdiv id=\"abouttheproject-portuguese\"/\u003e\n\n# 📑 Sobre o Projeto\n\nO projeto consiste em um chat em tempo real, no qual as pessoas podem usar com segurança, pois os dados não são gravados\n\n---\n\n\u003cdiv id=\"howwork-portuguese\"/\u003e\n\n# Como Funciona ?\n\nEu estou usando o EJS para fazer o HTML do frontend, no lado do servidor(NodeJs), que está pegando como parâmentos os dados do Socket.io e fazendo um broadcast para todas as máquinas que estão ouvindo uma determinada sala.\n\nA rede usa criptografia de ponta a ponta com HTTPS\n\n---\n\u003cdiv id=\"technologiesuseds-portuguese\"/\u003e\n\n# 🚀 Tecnologias Utilizadas\n- TypeScript\n- NodeJs\n- Express\n- EJS\n- Socket.io\n\n---\n\u003cdiv id=\"howexecute-portuguese\"/\u003e\n\n# 📁 Como executar o projeto?\nPré-requesitos: NodeJs 14.17 LTS e Yarn\n\n```bash\n# clonar repositório\n$ git clone https://github.com/ramonpaolo/chat-realtime\n\n# entrar na pasta do projeto\n$ cd chat-realtime/\n\n# instalar as depêndencias:\n$ yarn install\n\n# buildar a aplicação:\n$ yarn build\n\n# iniciar o projeto:\n$ yarn start\n```\n\n---\n\u003cdiv id=\"tips-portuguese\"/\u003e\n\n# Dicas\n\nCuidado ao mandar arquivos pesados na sala, e uma pessoa estiver usando o dispositovo móvel. Ele pode travar devido ao tamanho do arquivo no navegador.\n\n![GitHub top language](https://img.shields.io/github/languages/top/ramonpaolo/chat-realtime)\n![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/ramonpaolo/chat-realtime)\n![GitHub](https://img.shields.io/github/license/ramonpaolo/chat-realtime)\n\n\u003cbr/\u003e\n\n# Make by Ramon Paolo Maran \u0026#10084;","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framonpaolo%2Fchat-realtime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Framonpaolo%2Fchat-realtime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framonpaolo%2Fchat-realtime/lists"}