- Mastering ServiceStack
- Andreas Niedermair
- 211字
- 2021-07-09 21:27:13
What this book covers
Chapter 1, Distributed Systems and How ServiceStack Jumps in, covers ServiceStack's technical basics and layout. It also introduces the design principles of APIs and the problems of distributed systems, which sets the foundation for the next chapters.
Chapter 2, ServiceStack as Your Unique Point of Access, introduces you to the IoC-container Funq and shows you how to access data from a session or cache. Finally, it teaches you how to secure your API.
Chapter 3, Asynchronous Communication between Components, introduces you to the concept of Messaging, which is then put into effect with Message Queue solutions, such as Redis and RabbitMQ. Additionally, push notifications from server to clients is covered by server-sent events (SSE).
Chapter 4, Analyzing and Tuning a Distributed System, teaches you how to add logging and profiling to ease the tracing of issues. Finally, methodologies to minimize the HTTP footprint are also introduced.
Chapter 5, Documentation and Versioning, shows you how to leverage built-in functionality to publish and modify the documentation of your API and introduces you to test clients, such as Swagger and Postman. Finally, the validation of requests is also covered.
Chapter 6, Extending ServiceStack, shows you how to write your own plugins, encapsulate services within them, and intercept requests and responses.
- Java逍遙游記
- 國際大學生程序設計競賽中山大學內部選拔真題解(二)
- Django:Web Development with Python
- Internet of Things with Intel Galileo
- QGIS By Example
- 前端HTML+CSS修煉之道(視頻同步+直播)
- 深入分布式緩存:從原理到實踐
- Scratch3.0趣味編程動手玩:比賽訓練營
- 智能搜索和推薦系統:原理、算法與應用
- PHP 7從零基礎到項目實戰
- Elasticsearch Essentials
- Python商務數據分析(微課版)
- 人人都能開發RPA機器人:UiPath從入門到實戰
- jQuery Mobile Web Development Essentials(Second Edition)
- 嵌入式C編程實戰