Skip to content

Instantly share code, notes, and snippets.

@st23am
Created March 9, 2015 22:30
Show Gist options
  • Select an option

  • Save st23am/1cb1cee1ad68a08c629c to your computer and use it in GitHub Desktop.

Select an option

Save st23am/1cb1cee1ad68a08c629c to your computer and use it in GitHub Desktop.

Revisions

  1. st23am created this gist Mar 9, 2015.
    9 changes: 9 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    import {Socket} from "phoenix";
    import {Ember} from "ember";
    // let socket = new Socket("/ws")
    // socket.join("topic:subtopic", {}, chan => {
    // })

    let App = Ember.Application.extend({});

    export default App;