Skip to content

pawanvirsingh/meteor_scorekeepapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meteor_score keepapp

Sample application using react and meteor as a backend

for running need to install node meteor and react react-dom numeral and supporting librarry form npm

What is Meteor?

Meteor is a full-stack JavaScript platform for developing modern web and mobile applications. Meteor includes a key set of technologies for building connected-client reactive applications, a build tool, and a curated set of packages from the Node.js and general JavaScript community. Meteor allows you to develop in one language, JavaScript, in all environments: application server, web browser, and mobile device. Meteor uses data on the wire, meaning the server sends data, not HTML, and the client renders it. Meteor embraces the ecosystem, bringing the best parts of the extremely active JavaScript community to you in a careful and considered way. Meteor provides full stack reactivity, allowing your UI to seamlessly reflect the true state of the world with minimal development effort.

meteor Resources

Meteor resources

The place to get started with Meteor is the official tutorial. Once you are familiar with the basics, the Meteor Guide covers intermediate material on how to use Meteor in a larger scale app. Stack Overflow is the best place to ask (and answer!) technical questions. Be sure to add the meteor tag to your question. Visit the Meteor discussion forums to announce projects, get help, talk about the community, or discuss changes to core. Atmosphere is the repository of community packages designed especially for Meteor. Awesome Meteor is a community-curated list of packages and resources.

mongo is used with meteor

#DDP is used by framework for database syc in server and client side minimongo synchronization is fast enough over the client using websoket.