{"id":25849807,"url":"https://github.com/uqmessias/web-socket-react-native","last_synced_at":"2026-05-07T01:05:45.118Z","repository":{"id":38920703,"uuid":"236852232","full_name":"uqmessias/web-socket-react-native","owner":"uqmessias","description":"POC project using WebSocket server based on deno and the client based on React Native","archived":false,"fork":false,"pushed_at":"2023-01-05T05:56:10.000Z","size":3057,"stargazers_count":0,"open_issues_count":17,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-01T11:35:31.613Z","etag":null,"topics":["counter","deno","poc","react-native","timer-counter","websocket","websocket-client","websocket-server"],"latest_commit_sha":null,"homepage":null,"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/uqmessias.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}},"created_at":"2020-01-28T22:03:42.000Z","updated_at":"2020-01-31T20:26:49.000Z","dependencies_parsed_at":"2022-09-18T15:52:32.242Z","dependency_job_id":null,"html_url":"https://github.com/uqmessias/web-socket-react-native","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/uqmessias/web-socket-react-native","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uqmessias%2Fweb-socket-react-native","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uqmessias%2Fweb-socket-react-native/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uqmessias%2Fweb-socket-react-native/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uqmessias%2Fweb-socket-react-native/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uqmessias","download_url":"https://codeload.github.com/uqmessias/web-socket-react-native/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uqmessias%2Fweb-socket-react-native/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274135639,"owners_count":25228203,"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","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"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":["counter","deno","poc","react-native","timer-counter","websocket","websocket-client","websocket-server"],"created_at":"2025-03-01T11:33:19.208Z","updated_at":"2026-05-07T01:05:45.072Z","avatar_url":"https://github.com/uqmessias.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# web-socket-react-native\nPOC project using WebSocket server based on deno and the client based on React Native\n\n## Running WebSocket on [Deno](https://deno.land)\n\nFirst of all, follow the instal instructions at [Deno Land](https://deno.lan).\n\nAfter you have installed it, you need to start the `WebSocket` and you can do that by running the following:\n\n```bash\n# If everthing went sucessfuly, you must see the message:\n# \"WebSocket server is running on :8008\"\n# it means the server is running on \"ws://localhost:8080\"\ndeno --allow-net ./web-socket-server/index.ts\n```\n\n## Running WebSocket client with [React Native](https://facebook.github.io/react-native/)\n\n### Prerequirements\n\nIn order to run this, you must have the React Native installed and configured and `yarn` (or `npm` installed).\n\n### Installing\n\nBefore installing the app, you need to have a device or emulator connected to your machine and run:\n\n```bash\n# To install all the dependencies\nyarn # Or \"npm install\"\n# To install the app on the device or emulator\nyarn android # or \"npm run android\" or even \"yarn ios\" (\"npm ios\") for iOS\n# Now wee need to redirect all calls from device \"localhost:8080\" to our machine \"localhost:8080\"\nadb reverse tcp:8080 tcp:8080\n```\n\nIf the `WebSocket` client didn't connect, try to reload your app by shaking your phone and pressing \"Reload\" or:\n\n```bash\n# Only valid for Android devices/emulators\nadb shell input text \"RR\"\n```\n\nIt will look like this:\n\n![WebSocket demo](./web-socket-demo.gif)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuqmessias%2Fweb-socket-react-native","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuqmessias%2Fweb-socket-react-native","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuqmessias%2Fweb-socket-react-native/lists"}