{"id":15390582,"url":"https://github.com/kossnocorp/noted","last_synced_at":"2025-08-26T03:06:24.360Z","repository":{"id":7946400,"uuid":"9340165","full_name":"kossnocorp/noted","owner":"kossnocorp","description":"Advanced events for JavaScript","archived":false,"fork":false,"pushed_at":"2014-11-06T17:49:23.000Z","size":288,"stargazers_count":5,"open_issues_count":2,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-05-21T12:28:48.369Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"CoffeeScript","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/kossnocorp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-04-10T06:58:51.000Z","updated_at":"2021-06-13T10:20:00.000Z","dependencies_parsed_at":"2022-09-12T18:00:30.626Z","dependency_job_id":null,"html_url":"https://github.com/kossnocorp/noted","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kossnocorp%2Fnoted","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kossnocorp%2Fnoted/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kossnocorp%2Fnoted/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kossnocorp%2Fnoted/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kossnocorp","download_url":"https://codeload.github.com/kossnocorp/noted/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219929214,"owners_count":16570753,"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":[],"created_at":"2024-10-01T15:06:48.295Z","updated_at":"2024-10-17T01:06:47.241Z","avatar_url":"https://github.com/kossnocorp.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Noted.js - advanced events for JavaScript\n\n[![Build Status](https://secure.travis-ci.org/kossnocorp/noted.png?branch=master)](http://travis-ci.org/kossnocorp/noted)\n\nNoted.js is fully featured and highly customizible events library for JavaScript. It designed to be used inside of \n[facade](http://en.wikipedia.org/wiki/Facade_pattern). With Noted.js you can easily implement \n[publish–subscribe](http://en.wikipedia.org/wiki/Publish%E2%80%93subscribe_pattern), TODO.\n\nOriginally Noted.js was designed for use with Backbone.js and depends on Backbone.Events. In future this will be changed\nin order to make it more lightweight.\n\n## Key features\n\n### Async!\n\nDon't bother about initialization order.\n\n``` js\nbroker.publish('event');\n\nbroker.subscribe('event', function (message) {\n    console.log('w00t!');\n}, null, { delayed: true });\n\n//=\u003e \"w00t!\"\n```\n\n### When you trigger event you get message object with own events\n\nIt give you ability to communicate in two ways through \"model\" of emitted message.\n\n``` js\nbroker.subscribe('event', function (message) {\n    message.on('message_event', function (message, text) {\n        console.log(text);\n    });\n});\n\nvar message = broker.publish('event');\n\nmessage.trigger('message_event', 'Hey!');\n\n//=\u003e \"Hey!\"\n```\n\n### More key features coming soon!\n\n## Installation\n\nTODO\n\n## How big is Noted.js?\n\nIt's tiny.\n\n```\nOriginal size: 12763b or 12.46kb\nUglified size: 6265b (49% from original size)\nGZipped size:  1932b or 1.89kb (15% from original size)\n```\n\n## Quick example\n\nTODO\n\n## Roadmap\n\nSee [milestones](https://github.com/kossnocorp/noted/issues/milestones).\n\n## Changelog\n\nSee [releases](https://github.com/kossnocorp/noted/releases).\n\nThis project uses [Semantic Versioning](http://semver.org/) for release numbering.\n\n## Contributors\n\nIdea and code by [@kossnocorp](http://koss.nocorp.me).\n\nCheck out full list of [contributors](https://github.com/kossnocorp/noted/contributors).\n\nInitially sponsored by [Toptal](http://toptal.com/).\n\n## Additional info\n\nThis project is a member of the [OSS Manifesto](http://ossmanifesto.org).\n\n## License\n\nThe MIT License\n\nCopyright (c) 2013 Sasha Koss\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkossnocorp%2Fnoted","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkossnocorp%2Fnoted","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkossnocorp%2Fnoted/lists"}