Difference between revisions of "Patrons de conception - S2S"

From air
Jump to navigation Jump to search
Line 3: Line 3:
 
* [https://sourcemaking.com/design_patterns SourceMaking]
 
* [https://sourcemaking.com/design_patterns SourceMaking]
   
  +
= Patterns chosen =
 
* MVC
+
== MVC ==
  +
* Model: communicate with database : sends logins + comments + settings, to the view and controller
* Message Translator
 
  +
* Spiltter
 
  +
* View: one window with streams from different computers + users window (on his computer) with the possibility of adding comments and setting up the view + admin interface
* RBAC (WebRTC)
 
  +
* Continuous Delivery Patterns (auto-learning)
 
  +
* Controller: updates view and model, processes data
  +
  +
 
== Message Translator ==
 
== Spiltter ==
 
== RBAC (WebRTC) ==
 
== Continuous Delivery Patterns (auto-learning) ==

Revision as of 11:06, 15 February 2016

List of Design Pattern


MVC

  • Model: communicate with database : sends logins + comments + settings, to the view and controller
  • View: one window with streams from different computers + users window (on his computer) with the possibility of adding comments and setting up the view + admin interface
  • Controller: updates view and model, processes data


Message Translator

Spiltter

RBAC (WebRTC)

Continuous Delivery Patterns (auto-learning)