{"id":20415016,"url":"https://github.com/udattam/conversations","last_synced_at":"2026-04-09T08:19:52.599Z","repository":{"id":183635879,"uuid":"547223831","full_name":"udattam/Conversations","owner":"udattam","description":"A realtime chat application built with Node.js, Express and Socket.io.","archived":false,"fork":false,"pushed_at":"2023-02-14T16:53:16.000Z","size":605,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-15T13:36:36.812Z","etag":null,"topics":["css","express","html","javascript","nodejs","socket-io"],"latest_commit_sha":null,"homepage":"https://conversations.onrender.com/","language":"JavaScript","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/udattam.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}},"created_at":"2022-10-07T10:31:46.000Z","updated_at":"2023-02-14T18:05:28.000Z","dependencies_parsed_at":"2023-07-25T08:40:48.074Z","dependency_job_id":null,"html_url":"https://github.com/udattam/Conversations","commit_stats":null,"previous_names":["udattam/conversations"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udattam%2FConversations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udattam%2FConversations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udattam%2FConversations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udattam%2FConversations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/udattam","download_url":"https://codeload.github.com/udattam/Conversations/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241960005,"owners_count":20049333,"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":["css","express","html","javascript","nodejs","socket-io"],"created_at":"2024-11-15T06:13:40.915Z","updated_at":"2026-04-09T08:19:52.570Z","avatar_url":"https://github.com/udattam.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Conversations\n\nA realtime chat application built with Node.js, Express and Socket.io.\n\n## Table of Contents\n\n- [Overview](#overview)\n- [Features](#features)\n- [Technologies](#technologies)\n- [Setup](#setup)\n- [Usage](#usage)\n- [Images](#images)\n- [Contributing](#contributing)\n\n## Overview\n\nConversations is a realtime chat application built with Websockets. It is made using Node.js, Express and Socket.io. It allows users to join a chatroom and send messages to other users in the chatroom.\n\n## Features\n\n- Realtime chat\n- Typing indicator\n- Usernames\n- Messages with sender and timestamps information\n- Different colors for sender and receiver messages\n- Scroll to bottom of chat when new message is sent\n\n## Technologies\n\n- Node.js\n- Express\n- Socket.io\n- HTML\n- CSS\n- JavaScript\n- Google Fonts\n\n## Setup\n\nThe structure of the project is as follows:\n\n```\nConversations\n├── public\n├── app.js\n├── package.json\n├── package-lock.json\n```\nFirst,navigate to the project directory with the following command:\n\n```\ncd Conversations\n```\nTo run this project, you will need to have Node.js installed on your computer. You can download it from [here](https://nodejs.org/en/download/). Install the dependencies with the following command:\n\n```\nnpm install\n```\nTo start the server, run the following command:\n\n```\nnpm run start\n```\nIf you want to run the server in development mode, run the following command:\n\n```\nnpm run dev\n```\nThe development mode uses `nodemon` to watch for changes in the code and restart the server automatically.\n\n### Closing Notes\n- The entry point of the application is app.js.\n- The public folder contains the HTML and CSS files. The package.json file contains the dependencies of the project.\n- The app.js file contains the main logic of the application.\n- There is a main.js inside the public folder which contains the client side logic of the application.\n- With socket.io, we can emit and listen to events. The events are used to send and receive messages. The messages are sent to the server and then broadcasted to all the users in the chatroom.\n\n\n## Usage\n\nOpen multiple tabs in your browser and navigate to `localhost:4000`. Enter your desired username (by default, the username is `anonymous`). Send messages to other users in the chatroom. You can also see the typing indicator when other users are typing. Alternatively, visit [this](https://conversations.onrender.com/) website to try it out!\n\n## Images\n\n**Default Home Page:**\n![Default page](./assets/default.png)\n**Typing Indicator:**\n![Typing indicator](./assets/typing.png)\n**Chatroom:**\n![Chat page](./assets/chat.png)\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n---\n\n### Link to the project : [Github Repository](https://github.com/udattam/Conversations)\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fudattam%2Fconversations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fudattam%2Fconversations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fudattam%2Fconversations/lists"}