{"id":15583279,"url":"https://github.com/tanhongit/deno_realtime_chat_app","last_synced_at":"2026-04-30T01:40:24.180Z","repository":{"id":104272531,"uuid":"288128423","full_name":"tanhongit/Deno_Realtime_Chat_App","owner":"tanhongit","description":"Build a Simple Realtime Chat App with Deno and WebSockets","archived":false,"fork":false,"pushed_at":"2020-09-12T02:56:14.000Z","size":46,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T08:27:59.369Z","etag":null,"topics":["chat-application","chat-room","deno","deno-realtime","denojs","real-time","realtime-chat","realtime-messaging"],"latest_commit_sha":null,"homepage":"https://deno-realtime-chat.herokuapp.com","language":"JavaScript","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/tanhongit.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-17T08:43:41.000Z","updated_at":"2020-09-12T02:56:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"3b186d78-5922-4da4-a3fe-3500297672b9","html_url":"https://github.com/tanhongit/Deno_Realtime_Chat_App","commit_stats":{"total_commits":32,"total_committers":2,"mean_commits":16.0,"dds":0.25,"last_synced_commit":"659bd89b98baad069f1107acbed79b2aca452cf4"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/tanhongit/Deno_Realtime_Chat_App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanhongit%2FDeno_Realtime_Chat_App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanhongit%2FDeno_Realtime_Chat_App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanhongit%2FDeno_Realtime_Chat_App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanhongit%2FDeno_Realtime_Chat_App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tanhongit","download_url":"https://codeload.github.com/tanhongit/Deno_Realtime_Chat_App/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanhongit%2FDeno_Realtime_Chat_App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32451481,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"ssl_error","status_checked_at":"2026-04-29T22:10:49.234Z","response_time":110,"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":["chat-application","chat-room","deno","deno-realtime","denojs","real-time","realtime-chat","realtime-messaging"],"created_at":"2024-10-02T20:06:29.301Z","updated_at":"2026-04-30T01:40:24.154Z","avatar_url":"https://github.com/tanhongit.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Welcome to Chat App Deno by TANHONGIT\nComplete the realtime chat room application implementation using Deno and WebSockets.\n\n# What are WebSockets\nWebSocket is actually a protocol that enables bidirectional communication between the client and the server of a web application over a single long living TCP connection.\n\n# Building the application\nWe are going to build the web application using:\n\n- Deno v1.3.3\n\n# Installation required\n\nFirst of all, you need to install deno for your operating system:\nhttps://deno.land/#installation\n\nYou can customize the option and change the default deno version at the guide: https://github.com/denoland/deno_install#install-and-manage-multiple-versions\n\n# Runing\n\n### 1. Clone Repo\n\n```\n$ git clone https://github.com/TanHongIT/Deno_Realtime_Chat_App\n$ cd Deno_Realtime_Chat_App\n```\n\n### 2. run server at terminal\n\nFor windows \n```\n$ deno run --allow-net --allow-read server.js\n```\n\nFor linux ubuntu\n```\n$ sudo /home/user/.deno/bin/deno run --allow-net --allow-read server.js\n```\n\n_**Don't forget to change \"user\" to the default user name for ubuntu.**_\n\n_**Example**_: sudo /home/tanhongit/.deno/bin/deno run --allow-net --allow-read server.js\n\nAnd now go to  http://localhost:3000/\n\n------------------------------------------------------------------------------\n\nLink Demo: https://deno-realtime-chat.herokuapp.com/\n\n------------------------------------------------------------------------------\n\n_**Read more:**_ Chat Room Realtime App With Ruby on Rails : https://github.com/TanHongIT/chat_room_rails_6\n\n\u003cp align=\"center\"\u003e\n     \u003cimg src=\"https://img.shields.io/packagist/l/doctrine/orm.svg\" data-origin=\"https://img.shields.io/packagist/l/doctrine/orm.svg\" alt=\"license\"\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanhongit%2Fdeno_realtime_chat_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftanhongit%2Fdeno_realtime_chat_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanhongit%2Fdeno_realtime_chat_app/lists"}