Skip to content

A collection of different examples of utilizing microservices in Meteor.

License

Notifications You must be signed in to change notification settings

jankapunkt/meteor-microservices-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meteor Minimal Microservices Example

Run the example by opening two terminals from this repository and enter the following:

$ cd catalog
$ meteor npm install
$ meteor --settings=settings.json
$ cd warehouse
$ meteor npm install
$ meteor --settings=settings.json --port=4000

Related resouces:

License is MIT, see license

About

A collection of different examples of utilizing microservices in Meteor.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published