GithubHelp home page GithubHelp logo

meteor-multidraw-demo's Introduction

Hi there!

This is an amusing demo that shows some of the stuff Meteor lets you get away with, with minimal effort. It's not meant to be an exhaustive overview of everything Meteor offers, but it's a pretty good starting point. It's running live at draw-with-me.meteor.com

If you have any questions, ASK!

Topics Covered

  • WTH is Meteor?
  • Client vs Server
  • Templates
  • Reactivity
  • Events
  • Collections
  • Cursors
  • Session
  • Mongo
  • Publish/Subscribe
  • Startup
  • Autorun
  • Meteor.call & Meteor.methods
  • Project Structure
  • Meteorite & Atmosphere
  • Some Random JS and d3.

Setup

You're going to want to have Chrome. Firefox has performance issues with rendering svg's through d3 and the technique we're using. It should work with IE9+. Safari, Opera, Konquerer? No idea.

We're going to add some packages from the atmosphere repository. It has a ton of packages that aren't Meteor defaults and is super useful. To do this, we'll need meteorite, which requires npm. So...

Download and install npm. It's also on brew and aptitude (Ubuntu).

Use npm to install meteorite: sudo npm install -g meteorite

If you're on Windows, try this.

You should be able to run mrt -v if everything is OK. If you get command not found, try adding /usr/local/share/npm/bin to your PATH.

You'll need git. Now you can clone this repository: git clone git://github.com/nwmartin/meteor-multidraw-demo.git

You should be able to set everything up and run the demo with mrt run. Cheers!

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.