Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.18 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.18 KB

Gitter Stories in Ready SANE Example on using Realtime socket.io connections

How this was built

  • create a new sane project

sane new example-sane-realtime

  • generate the base route and modeling we'll use in this example.

sane g api activities performedBy:string description:string

  • add semantic UI just to give us some quick styles

cd client && ember install semantic-ui-ember

  • give our application a title

client/app/templates/application.hsb

<h2 id="title">SANE Stack Example Series</h2>
<h3>Real time socket.io activity feed</h3>
{{outlet}}
  • add basic template to view activities