{"id":25171738,"url":"https://github.com/basemax/chattypescriptsocketio","last_synced_at":"2026-04-16T14:06:38.595Z","repository":{"id":184232225,"uuid":"667384809","full_name":"BaseMax/ChatTypeScriptSocketIO","owner":"BaseMax","description":"This is a real-time chat application built with TypeScript and Socket.io, allowing users to communicate through direct messages, group messages, and channels. The application offers bidirectional communication between clients and the server, providing a seamless chat experience.","archived":false,"fork":false,"pushed_at":"2025-01-17T11:07:29.000Z","size":1090,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-28T17:08:04.388Z","etag":null,"topics":["javascript","javascript-socket","javascript-socketio","socket-io","socket-typescript","socketio","typescript","typescript-socket","typescript-socketio"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BaseMax.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-17T11:38:40.000Z","updated_at":"2025-01-17T11:07:24.000Z","dependencies_parsed_at":"2024-12-06T08:18:07.259Z","dependency_job_id":"a3f433f5-f995-48c7-94fc-f88f59832fc1","html_url":"https://github.com/BaseMax/ChatTypeScriptSocketIO","commit_stats":null,"previous_names":["basemax/chattypescriptsocketio"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2FChatTypeScriptSocketIO","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2FChatTypeScriptSocketIO/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2FChatTypeScriptSocketIO/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2FChatTypeScriptSocketIO/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BaseMax","download_url":"https://codeload.github.com/BaseMax/ChatTypeScriptSocketIO/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247080350,"owners_count":20880250,"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":["javascript","javascript-socket","javascript-socketio","socket-io","socket-typescript","socketio","typescript","typescript-socket","typescript-socketio"],"created_at":"2025-02-09T09:21:46.912Z","updated_at":"2026-04-16T14:06:33.427Z","avatar_url":"https://github.com/BaseMax.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TypeScript Chat Socket IO Project\n\nThis is a real-time chat application built with TypeScript and Socket.io, allowing users to communicate through direct messages, group messages, and channels. The application offers bidirectional communication between clients and the server, providing a seamless chat experience.\n\n## Features\n\n- **User-to-User Direct Messaging:** Users can send direct messages to each other privately.\n- **Group Messaging:** Users can participate in group conversations with multiple participants.\n- **Channels:** Users can join and send messages to public channels.\n\n## Prerequisites\n\nBefore running this project, ensure you have the following prerequisites installed on your system:\n\n- Node.js (v18.13.0)\n- npm (Node Package Manager) \"9.2.0\"\n- Socket.io \"^4.7.1\"\n\n## Getting Started\n\nClone this repository to your local machine:\n\n```bash\ngit clone https://github.com/BaseMax/ChatTypeScriptSocketIO\ncd ChatTypeScriptSocketIO\n```\n\nInstall project dependencies:\n\n```bash\nnpm install\n```\n\n## Usage\n\n### Starting the WebSocket Server\n\nTo start the WebSocket server, run the following command:\n\n```bash\nnpm run start dev\n```\n\nThis will launch the server and bind it to a specified port (default is 8080). The server will be ready to accept WebSocket connections from clients.\n\nThe client will attempt to connect to the WebSocket server running on the specified host and port. You can adjust the server host and port in the postman events.\n\n# Join to socket.io\n\n![websocket typescript socketio](screenshots/addUser.png)\n\n# Private chat\n\n## Get private\n\n![websocket typescript](screenshots/getPrivateChats.png)\n\n## Received private message\n\n![websocket typescript](screenshots/recivedPrivateMessage.png)\n\n## Update private message\n\n![websocket typescript](screenshots/updtePrivateMessage.png)\n\n## Delete message in private chat\n\n![websocket typescript](screenshots/deletMessageInPrivateChat.png)\n\n# Group\n\n![websocket typescript group](screenshots/creatGroup.png)\n\n![websocket typescript group](screenshots/groupMessage.png)\n\n# Channel\n\n![websocket typescript channel](screenshots/adminSendMessageToChannel.png)\n\n![websocket typescript channel](screenshots/deleteChannelMessage.png)\n\n![websocket typescript channel](screenshots/editChannelMessage.png)\n\n![websocket typescript channel](screenshots/getAllMessageInChannel.png)\n\n![websocket typescript channel](screenshots/joinChannel.png)\n\n![websocket typescript channel](screenshots/leaveChannel.png)\n\n![websocket typescript channel](screenshots/usersSeeAdminMessages.png)\n\n## Configuration\n\nYou can modify the WebSocket server settings in the src/server.ts file:\n\n- `PORT`: The port on which the WebSocket server will listen for incoming connections.\n\nYou can adjust the WebSocket client settings in the src/client.ts file:\n\n- `SERVER_HOST`: The hostname or IP address of the WebSocket server.\n- `SERVER_PORT`: The port on which the WebSocket server is running.\n\n## Contributing\n\nContributions to this project are welcome. If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.\n\n## License\n\nThis project is licensed under the GPL-3.0 License.\n\nCopyright 2023, Max Base\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasemax%2Fchattypescriptsocketio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbasemax%2Fchattypescriptsocketio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasemax%2Fchattypescriptsocketio/lists"}