Difference between revisions of "Patrons de conception - S2S"

From air
Jump to navigation Jump to search
Line 18: Line 18:
 
== Spiltter ==
 
== Spiltter ==
 
== RBAC (WebRTC) ==
 
== RBAC (WebRTC) ==
  +
This pattern is involved by the use of WebRTC.
 
[[File:RBAC.png]]
 
[[File:RBAC.png]]
   

Revision as of 11:20, 15 February 2016

List of Design Pattern


MVC

  • Model: communicate with database : dictionnary
  • View: video chat interface for each client
  • Controller: updates view and model, processes data

Message Translator

Goal : Use a special filter, a Message Translator, between other filters or applications to translate one data format into another. -> Translate Sign Language into text (french).

Spiltter

RBAC (WebRTC)

This pattern is involved by the use of WebRTC. RBAC.png

Continuous Delivery Patterns (auto-learning)