Giter Site home page Giter Site logo

rawneed / ember-cli-pusher Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wordset/ember-cli-pusher

0.0 2.0 0.0 95 KB

Ember CLI addon for the Ember Pusher https://github.com/jamiebikies/ember-pusher

License: MIT License

JavaScript 100.00%

ember-cli-pusher's Introduction

Ember Pusher

This is an npm package that contains the Ember Pusher library packaged as an Ember CLI addon.

Installation

Ember Pusher requires at least Ember CLI 0.0.44.

To install simply run from your project's root:

ember install:addon ember-cli-pusher

If you're using Ember CLI 0.1.4 or older, run:

npm install --save-dev ember-cli-pusher
ember generate ember-cli-pusher

Import example

import { Controller } from 'ember-pusher/controller';
import { Bindings } from 'ember-pusher/bindings';
import { ClientEvents } from 'ember-pusher/client_events';

Configuration

Ember Pusher uses the Ember CLI project's configuration as defined in config/environment.js:

APP: {
  PUSHER_OPTS: {
    key: 'foo',
    connection: {},
    logAllEvents: false
  }
}

For the actual Ember Pusher repository and documentation see https://github.com/jamiebikies/ember-pusher

ember-cli-pusher's People

Contributors

hamptonmakes avatar ivanvotti avatar

Watchers

Rawneed avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.