{"id":43929552,"url":"https://github.com/giuse88/squiddy","last_synced_at":"2026-02-06T23:38:18.165Z","repository":{"id":12886295,"uuid":"15562893","full_name":"giuse88/squiddy","owner":"giuse88","description":"Web RTC chat experiment ","archived":false,"fork":false,"pushed_at":"2014-05-16T18:00:54.000Z","size":10396,"stargazers_count":3,"open_issues_count":7,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-04-14T20:18:29.771Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://squiddy.io","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/giuse88.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-01-01T10:25:06.000Z","updated_at":"2024-04-14T20:18:29.772Z","dependencies_parsed_at":"2022-09-17T05:52:34.374Z","dependency_job_id":null,"html_url":"https://github.com/giuse88/squiddy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/giuse88/squiddy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giuse88%2Fsquiddy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giuse88%2Fsquiddy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giuse88%2Fsquiddy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giuse88%2Fsquiddy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/giuse88","download_url":"https://codeload.github.com/giuse88/squiddy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giuse88%2Fsquiddy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29180610,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T23:15:33.022Z","status":"ssl_error","status_checked_at":"2026-02-06T23:15:09.128Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-02-06T23:38:17.670Z","updated_at":"2026-02-06T23:38:18.159Z","avatar_url":"https://github.com/giuse88.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"#webRTC-chat\n\nWebRTC-chat is a Video/Text chat implemented using a new exciting web technology called WebRTC. WebRTC provides a means of installing a P2P connection between two browsers. That is, the browser becomes a peer in P2P network. This allows us developers to implement a kind of web application that a fews years ago wouldn't had been possible to imagine. \n\nThe only goal of this project is to study and understand in depth the characteristic and possibility of this new technology. I want to implement a chat service with the following features : \n  - Optional Video Chat with different  video qualities : QVGA, VGA, HD.  ( done )\n  - Optional Audio ( working )\n  - Optional DataConnection  \n  - Text Chat \n  - File sharing \n  - A mesh network is used to connect peers.  ( done ) \n  - Session restoring \n  - Move to HTTPS and WSS\n  - Bandwidth adaptetion\n  - More then 2 users are allowed to connect at same time. In fact, there is no limit for the number  ( done ) \n     of users but a mesh network does not scale well and after 4 or 5 users the application is    \n     unusable \n\nA deployed version of the application can be found at : http://webrtc-chat-experiment.herokuapp.com/\n\n##How to use it\n\nUsing this app is really easy, you just need to go to browse to main page and automatically a chat is created. To invite someone else in the room, you need just to share the url of the page.\n\n##Signalling service \nThe signalling service is implemented using node.js and socket. ( fully implemented and tested )\n      \n##Techonology \nTHe front end is implemented using Backbone.js. The base app model is built around the single peer connections object.    When a new peer connection is created is added to a BackBone collection which mantains a list of all peer Connection\nopen in the web page. \n\nExpress and jade are used to dinamically generate web pages. \n    \nThere is no need for a db as I don't keep any information regarding peer sessions in the back-end. \n\n##Note \nThe project is under heavy development.\n\n## Next things to do \n- Move to SSH and WSS\n- Data Channel  ( to implement entirely) \n- Implement a better control over the number of peers per room\n- \n### License\n\nThis software is licensed under the MIT License.\n\nCopyright Giuseppe Pes, 2014.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to permit\npersons to whom the Software is furnished to do so, subject to the\nfollowing conditions:\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\nNO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiuse88%2Fsquiddy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgiuse88%2Fsquiddy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiuse88%2Fsquiddy/lists"}