{"id":20882888,"url":"https://github.com/heineiuo/seashell","last_synced_at":"2025-06-25T06:06:26.284Z","repository":{"id":65493621,"uuid":"45186633","full_name":"heineiuo/seashell","owner":"heineiuo","description":":shell: Distributed message queue based on Splashdb (https://github.com/heineiuo/splashdb).","archived":false,"fork":false,"pushed_at":"2018-06-26T02:56:32.000Z","size":517,"stargazers_count":20,"open_issues_count":2,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-06-10T18:47:41.545Z","etag":null,"topics":["http-proxy","nat","protocol","websocket"],"latest_commit_sha":null,"homepage":"https://heineiuo.github.io/seashell","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/heineiuo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2015-10-29T14:00:05.000Z","updated_at":"2022-03-03T11:23:30.000Z","dependencies_parsed_at":"2023-01-26T03:01:05.959Z","dependency_job_id":null,"html_url":"https://github.com/heineiuo/seashell","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/heineiuo/seashell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heineiuo%2Fseashell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heineiuo%2Fseashell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heineiuo%2Fseashell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heineiuo%2Fseashell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heineiuo","download_url":"https://codeload.github.com/heineiuo/seashell/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heineiuo%2Fseashell/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261169094,"owners_count":23119478,"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":["http-proxy","nat","protocol","websocket"],"created_at":"2024-11-18T07:33:48.676Z","updated_at":"2025-06-25T06:06:26.259Z","avatar_url":"https://github.com/heineiuo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Seashell\n\n[![Join the chat at https://gitter.im/heineiuo/seashell](https://badges.gitter.im/heineiuo/seashell.svg)](https://gitter.im/heineiuo/seashell?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n[![npm version](https://img.shields.io/npm/v/seashell.svg?style=flat-square)](https://www.npmjs.com/package/seashell)\n[![NPM Status](http://img.shields.io/npm/dm/seashell.svg?style=flat-square)](https://www.npmjs.org/package/seashell)\n[![Build Status](http://img.shields.io/travis/heineiuo/seashell/master.svg?style=flat-square)](https://travis-ci.org/heineiuo/seashell)\n\nImplement HTTP protocol over WebSocket. Used for NAT, proxy server and others. \n\n\n---\n\n## Document\n\n#### SeashellGateway\n\n```js\nimport { SeashellGateway } from 'seashell'\n\nconst gateway = new SeashellGateway(( req, res ) =\u003e {\n  res.write('Hello World from gateway server')\n  res.end()\n})\n\ngateway.listen(3333)\n```\n\n#### SeashellClient\n\n```js\nimport { SeashellClient } from 'seashell'\n\nconst client = new SeashellClient(( req, res ) =\u003e {\n  res.write('Hello World from client')\n  res.end()\n}, {\n  serverAddress: 'ws://127.0.0.1:3333?appId=APPID\u0026appName=APPNAME\u0026appSecret=APPSECRET'\n})\n```\n\n\n\n## Contact\n\nQQ Group: 310433696\n\n\n## LICENSE\n\nMIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheineiuo%2Fseashell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheineiuo%2Fseashell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheineiuo%2Fseashell/lists"}