Sin Descripción

Lucas Stadler c78c839fae Add a few notes on meteor. %!s(int64=12) %!d(string=hace) años
..
README.md c78c839fae Add a few notes on meteor. %!s(int64=12) %!d(string=hace) años
helo.html 8adc1fc302 A small chat experiment using meteor. %!s(int64=12) %!d(string=hace) años
helo.js 8adc1fc302 A small chat experiment using meteor. %!s(int64=12) %!d(string=hace) años

README.md

helo

Pick a name and babble on to your hearts content.

Meteor

  • quite fun to start
  • db security: anyone can insert?
  • must create custom meteor packages to use npm packages?
  • no urls, no api: user/hacker hostile
  • all-in-one package, mongodb bundled, nice start
    • probably well-suited for learning/teaching?