更新时间:2021-07-14 11:02:51
封面
版权页
Credits
About the Author
About the Reviewer
www.PacktPub.com
eBooks discount offers and more
Preface
What this book covers
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Chapter 1. Breaking into Microservices Architecture
What is monolithic architecture?
Microservices architecture to the rescue
Implementing microservices using Seneca
Summary
Chapter 2. Building a Coupon Site
Getting started
Architecture of our site
Creating the services
Creating the image upload server
Creating the monolithic core
Website walkthrough
Further improvements to the site
Chapter 3. Communication between Browsers in Real Time
Terminologies
Introduction to WebRTC
WebRTC applications using PeerJS
Miscellaneous
Chapter 4. Building a Chatroulette
Creating your own PeerServer
Creating a chatroulette
Chapter 5. Bidirectional Communication in Real Time
Introducing WebSocket
Introduction to Socket.IO
Chapter 6. Building a Live Score Site
Building the backend
Building the frontend
Testing the website
Chapter 7. Functional Reactive Programming
Introduction to reactive programming
Functional programming in a nutshell
Getting started with FRP
FRP using Bacon.js
Chapter 8. Building an Advanced Profile Search Widget
Errors in Bacon.js
Handling exceptions
Constant properties
An overview of buses
Subscribing to the end of EventStreams and properties
Unplugging subscribers
Combining and zipping
Lazy evaluation
Building the profile search widget
Chapter 9. New Features of Bootstrap 4
Downloading Bootstrap 4
Browser and device support
Understanding the rem and em CSS units
The grid system
Global margin reset
Spacing utility classes
Display headings
Inverse tables
The card component
Outline buttons
Moving from Less to Sass
Text alignment and float utility classes
Reboot
Flexbox support
JavaScript improvements
Adding Tether
The 21:9 aspect ratio class
Customizing Bootstrap 4
Glyphicons dropped
Chapter 10. Building User Interfaces Using React
Introducing React
Getting started with JSX
Digging into components
Reconciliation
Default component property values
Component life cycle methods
Mixins
Using Refs
ReactDOMServer.renderToStaticMarkup
Chapter 11. Building an RSS Reader Using React and Flux
Understanding Flux
Using Flux.js
Using MicroEvent.js