# Community Examples

Coming soon!

# Horizon Extension Examples

We decided it was important to leverage Horizon alongside all your normal app functions. Here are some basic examples of how one would extend your JS web framework of choice with Horizon:  [express](https://github.com/strongloop/express), [koa](https://github.com/koajs/koa), or [hapi](https://github.com/hapijs) frameworks with Horizon.

* [Horizon & Express](/examples/express-server)
* [Horizon & Koa](/examples/koa-server)
* [Horizon & Hapi](/examples/hapi-server)

# Horizon App Examples
And finally, we've created a few example applications to help you get started with Horizon. In each directory
you will find a `dist` folder which will have all the files needed to serve the example application. In some of the
TodoMVC examples, you will find a `package.json` inside the `dist` directory, and you will need to run `npm install` for
some of their dependencies.

If you have any questions just ask on [Slack](http://slack.rethinkdb.com) or [Twitter](https://twitter.com/rethinkdb)!

## AngularJS
* [AngularJS Todo App](/examples/angularjs-todo-app)

## CycleJS
* [CycleJS Chat App](/examples/cyclejs-chat-app)

## React
* [React Chat App](/examples/react-chat-app/)
* [React Todo App](/examples/react-todo-app/)

## RiotJS
* [RiotJS Chat App](/examples/riotjs-chat-app)

## Vuejs
* [Vue.js Chat App](/examples/vue-chat-app/)
* [Vue Todo App](/examples/vue-todo-app/)
