{"id":21038218,"url":"https://github.com/jglchen/nextjs-socket-chat","last_synced_at":"2025-04-12T14:33:01.060Z","repository":{"id":65263311,"uuid":"584659744","full_name":"jglchen/nextjs-socket-chat","owner":"jglchen","description":"A real-time chat application built with Next.js using Socket.IO for demonstrations.","archived":false,"fork":false,"pushed_at":"2023-03-23T09:26:12.000Z","size":344,"stargazers_count":22,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-26T09:04:47.762Z","etag":null,"topics":["docker","nextjs","socket-io","typescript"],"latest_commit_sha":null,"homepage":"https://jglchen.github.io/nextjs-socket-chat/","language":"TypeScript","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/jglchen.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}},"created_at":"2023-01-03T07:20:49.000Z","updated_at":"2025-02-05T09:52:44.000Z","dependencies_parsed_at":"2023-01-16T01:30:50.539Z","dependency_job_id":null,"html_url":"https://github.com/jglchen/nextjs-socket-chat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jglchen%2Fnextjs-socket-chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jglchen%2Fnextjs-socket-chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jglchen%2Fnextjs-socket-chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jglchen%2Fnextjs-socket-chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jglchen","download_url":"https://codeload.github.com/jglchen/nextjs-socket-chat/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248581264,"owners_count":21128137,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["docker","nextjs","socket-io","typescript"],"created_at":"2024-11-19T13:30:05.371Z","updated_at":"2025-04-12T14:33:01.038Z","avatar_url":"https://github.com/jglchen.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chat Applications with Socket.IO\n\nThere are many ways to achieve real-time content updates on the web. Long-polling, web sockets and server-side events are popular ways for real-time updates. With long-polling an HTTP request is made to the server at a predefined interval. In server-side events, the browser’s event source API is used to open a channel of communication between the client and the server for updates to flow from the server to the client. The web socket protocol opens a two-way communication channel between the client and the server to allow updates to move in both ways.\n\nThis real-time chat application is built with **[Next.js](https://nextjs.org/)** using **[Socket.IO](https://socket.io/)** for demonstrations.\n\n\n### Docker: docker run -p 3000:3000 jglchen/nextjs-socket-chat\n### [GitHub](https://github.com/jglchen/nextjs-socket-chat)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjglchen%2Fnextjs-socket-chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjglchen%2Fnextjs-socket-chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjglchen%2Fnextjs-socket-chat/lists"}