# Finn.no shares eventHub and Awesome Board repositories on GitHub

DevFeed: [Finn.no shares eventHub and Awesome Board repositories on GitHub](<https://devfeed.tech/articles/spreading-love-and-good-vibrations-on-github-31961.md>)

Original publisher: [Read original article](<https://tech.finn.no2011/11/21/spreading-love-and-good-vibrations-on-github/>)

Author: espen

Published: 2011-11-21T19:02:40Z

Content type: release

Language: en

Sources: [Finn.no](<https://devfeed.tech/sources/finn-no.md>)

Topics: [GitHub](<https://devfeed.tech/topics/github.md>), [Publish-subscribe pattern](<https://devfeed.tech/topics/pubsub.md>), [jQuery](<https://devfeed.tech/topics/jquery.md>), [Document Object Model (DOM)](<https://devfeed.tech/topics/dom.md>), [App](<https://devfeed.tech/topics/app.md>)

Tags: [awesome](<https://devfeed.tech/tags/awesome.md>), [code](<https://devfeed.tech/tags/code.md>), [event](<https://devfeed.tech/tags/event.md>), [github](<https://devfeed.tech/tags/github.md>), [libraries](<https://devfeed.tech/tags/libraries.md>), [manipulation](<https://devfeed.tech/tags/manipulation.md>), [repositories](<https://devfeed.tech/tags/repositories.md>), [tools](<https://devfeed.tech/tags/tools.md>)

## AI overview

Finn.no announces that it has shared the eventHub and Awesome Board repositories on GitHub under the finn-no organization. eventHub uses the publish-subscribe pattern for loosely coupled components and applications, while Awesome Board supports quality visualization. The shared versions are incomplete compared with the internal version.

## Source excerpt

We have finally made an effort to put some of our repos out on GitHub under the finn-no organization. It is not exactly filled with stuff right now, but we aim to put a lot more of our libraries and tools out here. Currently there are a few repositories out there: eventHub Awesome Board[Gone] eventHub This is just a tiny piece of code which enables you to build loosely coupled components or applications by utilizing the publish-subscribe pattern. The eventHub is just an object which publishes event to those to registered event listeners functions. We have written one-page JS applications using only the hub besides jQuery for DOM manipulation. It scales pretty well and it is pretty much what you'd need to create an application. Once your application grows to be quite large you might want to add some other architectural components, but for small to medium sized projects it is brilliant. It is used for the dashboard part for the Awesome Board[Gone]. Awesome Board The Awesome Board[Gone] is the application which has featured in two articles about visualizing quality. We have shown it a few times to different audiences and due to request for making it available we decided it was a good thing to share it on GitHub. There are some pieces missing from the version we run internally, but have patience the rest might still make it to a repo near you. Enjoy! Feel free to drop us a line in the comments section or follow us on Twitter.