An open API service indexing awesome lists of open source software.

https://github.com/davyjoneslocker/comet


https://github.com/davyjoneslocker/comet

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Comet

Quickly render your client side application from your server without the cost of maintaining "isomorphic JavaScript".

**[Comet is built and maintained by DockYard, contact us for expert Elixir and Phoenix consulting](https://dockyard.com/phoenix-consulting)**.

## Installation

The package can be installed
by adding `comet` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:comet, "~> 0.1.0"}]
end
```

## Usage

Please [refer to the documentation on HexDocs](https://hexdocs.com/comet).

## Authors ##

* [Brian Cardarella](http://twitter.com/bcardarella)

[We are very thankful for the many contributors](https://github.com/dockyard/comet/graphs/contributors)

## Versioning ##

This library follows [Semantic Versioning](http://semver.org)

## Looking for help with your Elixir project? ##

[At DockYard we are ready to help you build your next Elixir project](https://dockyard.com/phoenix-consulting). We have a unique expertise in Elixir and Phoenix development that is unmatched. [Get in touch!](https://dockyard.com/contact/hire-us)

At DockYard we love Elixir! You can [read our Elixir blog posts](https://dockyard.com/blog/categories/elixir)
or come visit us at [The Boston Elixir Meetup](http://www.meetup.com/Boston-Elixir/) that we organize.

## Want to help? ##

Please do! We are always looking to improve this library. Please see our
[Contribution Guidelines](https://github.com/dockyard/comet/blob/master/CONTRIBUTING.md)
on how to properly submit issues and pull requests.

## Legal ##

[DockYard](http://dockyard.com/), Inc. © 2016

[@dockyard](http://twitter.com/dockyard)

[Licensed under the MIT license](http://www.opensource.org/licenses/mit-license.php)