├── .gitignore └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | .meteor 2 | node_modules -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Welcome. 2 | ======= 3 | 4 | | Branch | Blog | 5 | | --- | --- | 6 | | [blog_yld_microservices](https://github.com/cloud66-samples/blog/tree/blog_yld_microservices) | xxx | 7 | | [blog_machinelearning_node](https://github.com/cloud66-samples/blog/tree/blog_machinelearning_node) | https://blog.cloud66.com/having-fun-with-machine-learning-node-and-cloud-66 | 8 | | [blog_facebook_chatbot_node](https://github.com/cloud66-samples/blog/tree/blog_facebook_chatbot_node) | https://blog.cloud66.com/build-deploy-and-manage-a-facebook-chatbot-using-node-js | 9 | | [webinar_digitalocean_meteor](https://github.com/cloud66-samples/blog/tree/webinar_digitalocean_meteor) | **Webinar** Deploying scalable Meteor and Node app with DigitalOcean and Cloud 66 | 10 | | [webinar_codeship_meteor](https://github.com/cloud66-samples/blog/tree/webinar_codeship_meteor) | **Webinar** Test and deploy scalable Meteor and Node applications with Codeship and Cloud 66 | 11 | --------------------------------------------------------------------------------