{"id":22561918,"url":"https://github.com/cristianprochnow/synchat","last_synced_at":"2026-04-09T16:03:53.816Z","repository":{"id":55643882,"uuid":"252347351","full_name":"cristianprochnow/Synchat","owner":"cristianprochnow","description":":speech_balloon: A simple and practical chat project.","archived":false,"fork":false,"pushed_at":"2020-12-15T22:17:04.000Z","size":9140,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-02T13:15:31.898Z","etag":null,"topics":["chat","nodejs","react","socket-io"],"latest_commit_sha":null,"homepage":"","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/cristianprochnow.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}},"created_at":"2020-04-02T03:36:30.000Z","updated_at":"2020-04-24T15:57:52.000Z","dependencies_parsed_at":"2022-08-15T05:20:41.150Z","dependency_job_id":null,"html_url":"https://github.com/cristianprochnow/Synchat","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/cristianprochnow%2FSynchat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cristianprochnow%2FSynchat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cristianprochnow%2FSynchat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cristianprochnow%2FSynchat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cristianprochnow","download_url":"https://codeload.github.com/cristianprochnow/Synchat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246034225,"owners_count":20712851,"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":["chat","nodejs","react","socket-io"],"created_at":"2024-12-07T22:10:52.995Z","updated_at":"2026-04-09T16:03:53.774Z","avatar_url":"https://github.com/cristianprochnow.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- PROJECT LOGO --\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/cristianprochnow/Synchat\"\u003e\n    \u003cimg src=\".github/logo.png\" alt=\"Logo\" width=\"300\"\u003e\n  \u003c/a\u003e\n\n  \u003cp align=\"center\"\u003e\n    A simple and practical web chat.\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/cristianprochnow/Synchat\"\u003e\u003cstrong\u003eExplore the docs »\u003c/strong\u003e\u003c/a\u003e\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/cristianprochnow/Synchat/issues\"\u003eReport Bug\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/cristianprochnow/Synchat/issues\"\u003eRequest Feature\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\n\u003c!-- PROJECT SHIELDS --\u003e\n\u003cdiv align=\"center\"\u003e\n\n  [![Contributors][contributors-shield]][contributors-url]\n  [![Forks][forks-shield]][forks-url]\n  [![Stargazers][stars-shield]][stars-url]\n  [![Issues][issues-shield]][issues-url]\n  [![Repo Size][repo-size-shield]][repo-size-url]\n  [![Code Size][code-size-shield]][code-size-url]\n  [![MIT License][license-shield]][license-url]\n\n\u003c/div\u003e\n\u003cbr /\u003e\n\n\u003c!-- TABLE OF CONTENTS --\u003e\n\u003ch2\u003e📚 Table of Contents\u003c/h2\u003e\n\n* [About the Project](#about-the-project)\n  * [Built With](#built-with)\n* [Getting Started](#getting-started)\n  * [Prerequisites](#prerequisites)\n  * [Installation](#installation)\n* [Usage](#usage)\n* [Contributing](#contributing)\n* [License](#license)\n* [Contact](#contact)\n\n\u003cbr /\u003e\n\n\u003c!-- ABOUT THE PROJECT --\u003e\n\u003ch2 id=\"about-the-project\"\u003e📖 About The Project\u003c/h2\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"./.github/notebook-home-screen.png\"\u003e\n    \u003cimg\n      src=\"./.github/notebook-home-screen.png\"\n      alt=\"Synchat Home Screen\"\n      width=\"300\"\n    /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"./.github/notebook-chat-without-name.png\"\u003e\n    \u003cimg\n      src=\"./.github/notebook-chat-without-name.png\"\n      alt=\"Synchat Chat Screen\"\n      width=\"300\"\n    /\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n\u003cbr /\u003e\n\nSince I started to programming with JavaScript, the real time interactions of this language impress me. And then, I met with a technology like `websocket.js`, that encouraged me to make this chat.\n\nHere's why:\n* Test functionalities like \"real time\"\n* Apply some concepts about [React](https://github.com/facebook/react) technology\n\n\n\n\u003ch3 id=\"built-with\"\u003e🔧 Built With\u003c/h3\u003e\n\n* [React](https://github.com/facebook/react)\n* [Express](https://github.com/expressjs/express)\n* [Socket.io](https://github.com/socketio/socket.io)\n\n\u003cbr /\u003e\n\n\u003c!-- GETTING STARTED --\u003e\n\u003ch2 id=\"getting-started\"\u003e🚀 Getting Started\u003c/h2\u003e\n\n\u003ch3 id=\"prerequisites\"\u003e📝 Prerequisites\u003c/h3\u003e\n\n* [Node.js](https://nodejs.org/en/download/package-manager/)\n\n\u003ch3 id=\"installation\"\u003e⚙️ Installation\u003c/h3\u003e\n\n1. Clone this repository\n\n```sh\n  git clone https://github.com/cristianprochnow/Synchat.git\n```\n\n2. Install all the packages and dependencies\n\n```sh\n  # If you are using NPM\n  npm install\n\n  # Or then, if you are using Yarn\n  yarn\n```\n\n3. Enter in `backend` and then in `frontend` folders, and start the servers\n\n```sh\n  # If you are using NPM\n  npm start\n\n  # Or then, if you are using Yarn\n  yarn start\n```\n\n4. A page in web will be available after the initialization of `frontend` server. If not, go to browser and search `http://localhost:3000`\n\n\u003cbr /\u003e\n\n\u003c!-- USAGE EXAMPLES --\u003e\n\u003ch2 id=\"usage\"\u003e💡 Usage\u003c/h2\u003e\n\nIt's simple. First, start typing the name that you wish in the `username field`. And then, enjoy the chat sending messages, typing several types of text in `message field`.\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"./.github/notebook-chat-with-name.png\"\u003e\n    \u003cimg\n      src=\"./.github/notebook-chat-with-name.png\"\n      alt=\"Synchat Chat Screen\"\n    /\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n\u003cbr /\u003e\n\n\u003e Open other tabs of browser with the same address (`http://localhost:3000`) to see chat in action\n\n\n\u003cbr /\u003e\n\n\u003c!-- CONTRIBUTING --\u003e\n\u003ch2 id=\"contributing\"\u003e🔗 Contributing\u003c/h2\u003e\n\nContributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\n1. 🍴 Fork the Project\n2. 👯 Clone this project (`git clone https://github.com/cristianprochnow/Synchat.git`)\n3. 🔀 Create your Feature Branch (`git checkout -b my-feature`)\n4. ✔️ Commit your Changes (`git commit -m 'feat: My new feature'`)\n5. 📌 Push to the Branch (`git push origin my-feature`)\n6. 🔁 Open a Pull Request\n\n\u003cbr /\u003e\n\n\u003c!-- LICENSE --\u003e\n\u003ch2 id=\"license\"\u003e📜 License\u003c/h2\u003e\n\nDistributed under the MIT License. See `LICENSE` for more information.\n\n\u003cbr /\u003e\n\n\u003c!-- CONTACT --\u003e\n\u003ch2 id=\"contact\"\u003e📞 Contact\u003c/h2\u003e\n\nCristian Prochnow - [![LinkedIn][linkedin-shield]][linkedin-url]\n\nProject Link: [https://github.com/cristianprochnow/Synchat](https://github.com/cristianprochnow/Synchat)\n\n\u003c!-- MARKDOWN LINKS \u0026 IMAGES --\u003e\n\u003c!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --\u003e\n[contributors-shield]: https://img.shields.io/github/contributors/cristianprochnow/Synchat.svg?style=flat\n[contributors-url]: https://github.com/cristianprochnow/Synchat/graphs/contributors\n[forks-shield]: https://img.shields.io/github/forks/cristianprochnow/Synchat.svg?style=flat\n[forks-url]: https://github.com/cristianprochnow/Synchat/network/members\n[stars-shield]: https://img.shields.io/github/stars/cristianprochnow/Synchat.svg?style=flat\n[stars-url]: https://github.com/cristianprochnow/Synchat/stargazers\n[issues-shield]: https://img.shields.io/github/issues/cristianprochnow/Synchat.svg?style=flat\n[issues-url]: https://github.com/cristianprochnow/Synchat/issues\n[license-shield]: https://img.shields.io/github/license/cristianprochnow/Synchat.svg?style=flat\n[license-url]: https://github.com/cristianprochnow/Synchat/blob/master/LICENSE.txt\n[repo-size-shield]: https://img.shields.io/github/repo-size/cristianprochnow/Synchat.svg?style=flat\n[repo-size-url]: https://github.com/cristianprochnow/Synchat\n[code-size-shield]: https://img.shields.io/github/languages/code-size/cristianprochnow/Synchat\n[code-size-url]: https://github.com/cristianprochnow/Synchat\n[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat\u0026logo=linkedin\u0026colorB=0077b4\n[linkedin-url]: https://www.linkedin.com/in/cristianprochnow\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcristianprochnow%2Fsynchat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcristianprochnow%2Fsynchat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcristianprochnow%2Fsynchat/lists"}