Workspace
  • Study Book
  • WEB Network HTTP etc
    • Performance Optimization
    • Performance Optimization
    • HTTP/2 & SPDY
    • WebSocket
    • HTTP Header
    • Cross-Origin Resource Sharing
    • JSON, XML, other format
  • Javascript
    • Promise
    • make API call
    • Web API
    • Common JS
    • AJAX
    • Event DOM and delegation
    • ES6 new features
    • special function
    • function API
  • React
    • class component
    • Example
    • Lifting functions/ state up
    • Hot Loader
    • Testing
    • New Features
    • Hook
    • Simple code
    • Life Cycle
  • CSS
    • Horizontal & Vertical Align
    • GPU Animation
    • transform-function
    • LVHA Pseudo-classes
    • Selector
    • How To CSS
  • HTML
  • Redux
  • NodeJS
    • File System
  • express
    • express questions
    • express mongodb
  • Restful API
  • MongoDB
  • Compare
  • Test
    • Jest
  • Deploy development
  • coding question
  • DevOps
  • Webpack
  • GraphQL
Powered by GitBook
On this page
  • PWA Progressive Web App
  • real-time applications
  • Working Flow

Was this helpful?

Deploy development

PWA Progressive Web App

Progressive Web Apps are user experiences that have the reach of the web

  • Reliable - Load instantly and never show the downasaur, even in uncertain network conditions.

  • Fast - Respond quickly to user interactions with silky smooth animations and no janky scrolling.

  • Engaging - Feel like a natural app on the device, with an immersive user experience.

real-time applications

A real-time application (RTA) is an application program that functions within a time frame that the user senses as immediate or current. The latency must be less than a defined value, usually measured in seconds. Whether or not a given application qualifies as an RTA depends on the worst-case execution time (WCET), the maximum length of time a defined task or set of tasks requires on a given hardware platform. The use of RTAs is called real-time computing (RTC).

  • Videoconference applications

  • VoIP (voice over Internet Protocol)

  • Online gaming

  • Community storage solutions

  • Some e-commerce transactions

  • Chatting

  • IM (instant messaging)

Working Flow

Github own branch

Use jest to test, and then push to my branch.

Other for CI/CD, use jenkins and pull my code, and build and deploy and test in Jenkins.

If there is problem, report to jira. And report this bug, then release new code and fix bug.

Github: version control. Jenkins: CI/CD. Jira: show the whole process and report bug.

PreviousJestNextcoding question

Last updated 5 years ago

Was this helpful?