Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

The part of Meteor project

There are some apis based on Meteor. They are woriking with MongoDB and provide base CRUD operations. Also shows collection's hook definitions and base structure for creating websocket-based api on Meteor.

Files

API #1 - Meteor methods definition

This code is the part of creating client-server communication with MongoDB and shows how to make Meteor methods.