{"id":19152588,"url":"https://github.com/bamless/jsocket","last_synced_at":"2026-06-11T20:31:51.829Z","repository":{"id":114070461,"uuid":"199341718","full_name":"bamless/jsocket","owner":"bamless","description":"A straightforward socket library for the J* language","archived":false,"fork":false,"pushed_at":"2025-08-24T20:01:27.000Z","size":422,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-24T23:46:59.301Z","etag":null,"topics":["berkeley-sockets","jstar","library","socket"],"latest_commit_sha":null,"homepage":"https://github.com/bamless/jstar","language":"C","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/bamless.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":"2019-07-28T22:07:27.000Z","updated_at":"2025-08-24T20:01:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"cc9e50b4-67a5-4283-851c-01979768550b","html_url":"https://github.com/bamless/jsocket","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bamless/jsocket","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bamless%2Fjsocket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bamless%2Fjsocket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bamless%2Fjsocket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bamless%2Fjsocket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bamless","download_url":"https://codeload.github.com/bamless/jsocket/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bamless%2Fjsocket/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34217312,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"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":["berkeley-sockets","jstar","library","socket"],"created_at":"2024-11-09T08:18:26.092Z","updated_at":"2026-06-11T20:31:51.800Z","avatar_url":"https://github.com/bamless.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jsocket\nA straightforward socket library for the [J*](https://github.com/bamless/jstar) language.\nThis library is basically a direct wrapper of the C Berkeley socket API.\n\n## Compatibility\nFor now the library is only compatible with POSIX systems. A Win32 port should not be difficult \nsince the Winsock API is basically the same as the Berkeley one.\n\n## Compilation and usage\nThe project uses cmake to compile and install  the shared library and associated J* source file.\nSimply enter this into the command line:\n\n```\nmkdir build; cd build; cmake ../; make -j; sudo make install\n```\n\nThe generated library and J* file will be installed by default in `/usr/local/lib/jstar`.\n\nTo use the library from the `jstar` command line interface you should add this path to an \nenvironment variable called `JSTARPATH`, by editing your .profile, /etc/profile or .bashrc file and\nadding this line:\n\n```\nexport JSTARPATH=/usr/local/lib/jstar\n```\n\nOnce you've done that, you can start using the library by simply importing it:\n\n```lua\nimport socket\n\nvar s = socket.connect('google.it', 80)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbamless%2Fjsocket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbamless%2Fjsocket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbamless%2Fjsocket/lists"}