- PHP Microservices
- Carlos Pérez Sánchez Pablo Solar Vilari?o
- 265字
- 2021-07-09 18:50:04
Chapter 2. Development Environment
In this chapter, we will start building our application based on microservices now that we know why microservices are necessary for the development of our application and the advantages we can enjoy if we base the application on microservices.
The application that we will develop in this book (which is similar to Pokemon GO) is called Finding secrets. This application will be like a game using geolocation to find different secrets around the world. The entire world keeps a lot of hidden secrets and the players will have to find them as soon as possible. There are 100 different kinds of secrets, and they will generate and appear in different parts of the world every day, so the players will be able to find them by walking around different areas and checking to see if there are any kind of secrets nearby.
The secrets will be saved in the application wallet and if the player finds a secret that they already have in their wallet, they will not be able to collect it.
The players will be able to duel against other players if they are close. The duel consists of throwing a dice to get the highest number, and the player who loses will give a random secret to the other player.
In the subsequent chapters, the specific functions will be more detailed, but in this chapter, we only need to know how the applications works in order to have a general overview of the entire application to start building the basic platform based on microservices.
- AngularJS Testing Cookbook
- Reporting with Visual Studio and Crystal Reports
- Vue.js 2 and Bootstrap 4 Web Development
- Python程序設計(第3版)
- Three.js開發指南:基于WebGL和HTML5在網頁上渲染3D圖形和動畫(原書第3版)
- Python 3破冰人工智能:從入門到實戰
- Java性能權威指南(第2版)
- JavaScript動態網頁開發詳解
- Windows內核編程
- Java編程的邏輯
- 平面設計經典案例教程:CorelDRAW X6
- C陷阱與缺陷
- Drupal Search Engine Optimization
- Clojure Data Structures and Algorithms Cookbook
- JavaScript Security