https://github.com/davyjoneslocker/comet
https://github.com/davyjoneslocker/comet
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/davyjoneslocker/comet
- Owner: DavyJonesLocker
- Created: 2017-10-20T12:06:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-16T21:11:06.000Z (over 8 years ago)
- Last Synced: 2025-06-22T17:11:26.196Z (12 months ago)
- Language: Elixir
- Size: 61.5 KB
- Stars: 1
- Watchers: 11
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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)