{"id":22344162,"url":"https://github.com/bberkay/chat-app","last_synced_at":"2025-10-05T05:08:40.081Z","repository":{"id":210130103,"uuid":"725812132","full_name":"bberkay/chat-app","owner":"bberkay","description":"A simple chat app built with Svelte, MongoDB, and TypeScript based on Bun.js, featuring functionalities such as real-time search, chat, and dark-light themes.","archived":false,"fork":false,"pushed_at":"2025-07-04T18:51:22.000Z","size":708,"stargazers_count":18,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-04T19:41:04.652Z","etag":null,"topics":["bun","chat-application","javascript","mongodb","svelte","sveltekit","typescript","webapp","website"],"latest_commit_sha":null,"homepage":"https://chat-app-omega-brown.vercel.app/","language":"Svelte","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/bberkay.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":"2023-11-30T23:27:31.000Z","updated_at":"2025-07-04T18:51:26.000Z","dependencies_parsed_at":"2024-01-06T22:29:13.116Z","dependency_job_id":"8de72f24-f7f6-41df-9eff-b28b5618aadf","html_url":"https://github.com/bberkay/chat-app","commit_stats":null,"previous_names":["bberkay/chat-app","bberkay/sveltekit-mongodb-bun","bberkay/sveltekit-bun-mongodb"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bberkay/chat-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bberkay%2Fchat-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bberkay%2Fchat-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bberkay%2Fchat-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bberkay%2Fchat-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bberkay","download_url":"https://codeload.github.com/bberkay/chat-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bberkay%2Fchat-app/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267803963,"owners_count":24146527,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bun","chat-application","javascript","mongodb","svelte","sveltekit","typescript","webapp","website"],"created_at":"2024-12-04T09:08:46.888Z","updated_at":"2025-10-05T05:08:35.042Z","avatar_url":"https://github.com/bberkay.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align = \"center\"\u003eSimple Chat App with SvelteKit\u003c/h1\u003e\n\u003cp\u003eThis is \u003ccode\u003emain\u003c/code\u003e branch, you can also check \u003ccode\u003e\u003ca href=\"https://github.com/bberkay/chat-app/tree/svelte-4\"\u003esvelte-4\u003c/a\u003e\u003c/code\u003e branch to see svelte 4 version. \u003ca href=\"https://chat-app-omega-brown.vercel.app/\"\u003eLive Demo\u003c/a\u003e (The site may open slowly because I deployed the project to a free hosting server. To avoid problems that may arise due to a slow connection and to be able to use features that are not available in the demo, I recommend that you download the project to your machine and try it.)/p\u003e\n\u003ch3\u003eTable of Contents\u003c/h3\u003e\n\u003col\u003e\n  \u003cli\u003e\u003ca href=\"#introduction\"\u003eIntroduction\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"#features\"\u003eFeatures\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"#installation--setup\"\u003eInstallation \u0026 Setup\u003c/a\u003e\u003c/li\u003e\n\u003c/ol\u003e\n\n\u003ch3\u003eIntroduction\u003c/h3\u003e\n\u003cp\u003eThis is a simple chat application with SvelteKit, Bun, and MongoDB. It's designed to demonstrate how these technologies can seamlessly integrate to create a real-time, user-friendly chat experience as easily as possible.\u003c/p\u003e\n\u003cimg src=\"https://i.ibb.co/2vrzDNX/sveltekit-bun-mongodb-readme-photo.png\" alt=\"sveltekit-bun-mongodb-preview\" border=\"0\"\u003e\n\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\n- Realtime chat\n- Realtime search from MongoDB\n- Realtime sorting by last message time\n- Different selectable users(for testing realtime chat)\n- A droid that can send messages to you (for testing realtime chat)\n- Light and dark theme\n- Responsive design\n\n\u003ch3\u003eInstallation \u0026 Setup\u003c/h3\u003e\n\n1. Clone the repository\n```bash\ngit clone https://github.com/bberkay/sveltekit-bun-mongodb.git\n```\n2. Navigate to the project directory and install the dependencies\n```bash\ncd sveltekit-bun-mongodb/app\nbun install\ncd ../server\nbun install\n```\n3. Create a .env file like \u003ca href =\"https://github.com/bberkay/sveltekit-bun-mongodb/blob/main/server/.env.example\"\u003ethis\u003c/a\u003e in the server directory and add the following variables\n```bash\nMONGO_URL=\u003cyour_mongodb_url\u003e\n```\n4. Create a .env file like \u003ca href =\"https://github.com/bberkay/sveltekit-bun-mongodb/blob/main/app/.env.example\"\u003ethis\u003c/a\u003e in the app directory and add the following variables\n```bash\nPUBLIC_SERVER_ADDRESS=\u003chttp/https:your_server_host:your_server_port\u003e\nPUBLIC_WS_ADDRESS=\u003cws/wss:your_server_host:your_server_port\u003e\n```\n\n5. Run the server then client:\n```bash\nbun run index.ts\ncd ../app\nbun --bun run dev\n```\n\n\u003chr\u003e\n\u003ch5 align=\"center\"\u003e\u003ca href=\"mailto:berkaykayaforbusiness@gmail.com\"\u003eberkaykayaforbusiness@gmail.com\u003c/a\u003e\u003c/h5\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbberkay%2Fchat-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbberkay%2Fchat-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbberkay%2Fchat-app/lists"}