Coder Social home page Coder Social logo

leedo1982 / hands-on-microservices-with-node.js Goto Github PK

View Code? Open in Web Editor NEW

This project forked from packtpublishing/hands-on-microservices-with-node.js

0.0 1.0 0.0 20.57 MB

Hands-On Microservices with Node.js, by Packt publishing

License: MIT License

JavaScript 57.42% CSS 8.22% HTML 34.17% Dockerfile 0.19%

hands-on-microservices-with-node.js's Introduction

Hands-On Microservices with Node.js

Hands-On Microservices with Node.js

This is the code repository for Hands-On Microservices with Node.js, published by Packt.

Build, test, and deploy robust microservices JavaScript

What is this book about?

Microservices enable us to develop software in small pieces that work together but can be developed separately; this is one reason why enterprises have started embracing them. For the past few years, Node.js has emerged as a strong candidate for developing microservices because of its ability to increase your productivity and the performance of your applications.

This book covers the following exciting features:

  • Learn microservice concepts
  • Explore different service architectures, such as Hydra and Seneca
  • Understand how to use containers and the process of testing
  • Use Docker and Swarm for continuous deployment and scaling
  • Learn how to geographically spread your microservices

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter02.

The code will look like the following:

function start() {
this.uptime = process.uptime();
setTimeout(() => {
console.log(this.uptime);
}, 5000);
}
start();

Following is what you need for this book: This book is for JavaScript developers seeking to utilize their skills to build microservices and move away from the monolithic architecture. Prior knowledge of Node.js is assumed.

With the following software and hardware list you can run all code files present in the book (Chapter 2-6).

Software and Hardware List

Chapter Software required OS required
2-6 Node.js 8 or above Windows, Mac OS X, and Linux (Any)

Related products

Get to Know the Author

Diogo Resende is a developer with more than 15 years of experience. He has worked with Node.js almost from the beginning. His computer education and experience in many industries and telecommunication projects have given him a wide background knowledge of other architecture components and approaches that influence the overall performance of an application.

Other books by the authors

Suggestions and Feedback

Click here if you have any feedback or suggestions.

hands-on-microservices-with-node.js's People

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.