{"id":19838979,"url":"https://github.com/objectionary/eo-net","last_synced_at":"2025-05-01T18:31:44.813Z","repository":{"id":37339879,"uuid":"504739774","full_name":"objectionary/eo-net","owner":"objectionary","description":"Socket Object for EO Programming Language","archived":true,"fork":false,"pushed_at":"2024-10-03T02:07:02.000Z","size":85,"stargazers_count":8,"open_issues_count":11,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-16T00:27:30.969Z","etag":null,"topics":["eolang","oop","sockets"],"latest_commit_sha":null,"homepage":"","language":"Java","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/objectionary.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2022-06-18T04:05:58.000Z","updated_at":"2024-10-03T02:07:17.000Z","dependencies_parsed_at":"2023-01-31T23:31:25.786Z","dependency_job_id":"cbc20e4d-8d58-49a8-929d-7f34df86d1ea","html_url":"https://github.com/objectionary/eo-net","commit_stats":{"total_commits":55,"total_committers":4,"mean_commits":13.75,"dds":0.2909090909090909,"last_synced_commit":"ad42d6faa251cd6b7f20b12a4cae3b8ffd5acc25"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/objectionary%2Feo-net","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/objectionary%2Feo-net/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/objectionary%2Feo-net/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/objectionary%2Feo-net/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/objectionary","download_url":"https://codeload.github.com/objectionary/eo-net/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251924795,"owners_count":21666039,"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":["eolang","oop","sockets"],"created_at":"2024-11-12T12:19:49.530Z","updated_at":"2025-05-01T18:31:44.359Z","avatar_url":"https://github.com/objectionary.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"https://www.yegor256.com/images/books/elegant-objects/cactus.svg\" height=\"100px\" /\u003e\n\n[![EO principles respected here](https://www.elegantobjects.org/badge.svg)](https://www.elegantobjects.org)\n[![We recommend IntelliJ IDEA](https://www.elegantobjects.org/intellij-idea.svg)](https://www.jetbrains.com/idea/)\n\n[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/kerelape/eo-sockets/blob/main/LICENSE.txt)\n[![codecov](https://github.com/objectionary/eo-net/actions/workflows/codecov.yml/badge.svg)](https://github.com/objectionary/eo-net/actions/workflows/codecov.yml)\n\n**This repository is deprecated! We've moved all EO objects from this repository\nto [objectionary/eo](https://github.com/objectionary/eo).**\n\n[EOLANG](https://www.eolang.org) socket object.\n\nThis is how to connect to a TCP server and send 88:\n```\n+alias org.eolang.net.socket\n\n[] \u003e main\n  seq \u003e @\n    as-output. \u003e output\n      connect.\n        socket\n          \"localhost\"\n          8080\n    output.write 88\n    output.flush\n```\n\nServer:\n```\n# Create TCP server and echo\n\n+alias org.eolang.net.socket\n\n[] \u003e main\n  seq \u003e @\n    write.\n      as-output. \u003e output\n        accept. \u003e conn\n          listen.\n            socket\n              \"localhost\"\n              8080\n      conn.as-input.read\n    output.flush\n```\n\n## How to Contribute\n\nFork repository, make changes, send us a pull request.\nWe will review your changes and apply them to the `main` branch shortly,\nprovided they don't violate our quality standards. To avoid frustration,\nbefore sending us your pull request please run full Maven build:\n\n```bash\n$ mvn clean install -Pqulice\n```\n\nYou will need Maven 3.3+ and Java 8+.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobjectionary%2Feo-net","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fobjectionary%2Feo-net","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobjectionary%2Feo-net/lists"}