Skip to content

Repository for holding the codelab for Google's Developers Group (GDG). A sample ecommerce application built using cote.js

License

Notifications You must be signed in to change notification settings

robophil/microservice-ecommerce-ncdevfest2016

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

microservice-ecommerce-ncdevfest2016

Repository for holding the codelab for ncdevfest.com 2016. A sample ecommerce application built using cote.js

getting started

npm install

start monolith

runs on port 3000

node monolith/app.js

start microservice

runs on port 2000

node microservice/payment-service.js
node microservice/app.js

simulater request

Simulate request at intervals to /payment on both platforms

node index-mono.js
node index-micro.js

About

Repository for holding the codelab for Google's Developers Group (GDG). A sample ecommerce application built using cote.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published