Difference between revisions of "Patrons de conception - S2S"

From air
Jump to navigation Jump to search
Line 5: Line 5:
   
 
== MVC ==
 
== MVC ==
* Model: communicate with database : sends logins + comments + settings, to the view and controller
+
* Model: communicate with database : dictionnary
   
  +
* View: video chat interface for each client
* 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
 
* Controller: updates view and model, processes data
 
   
 
== Message Translator ==
 
== Message Translator ==

Revision as of 11:07, 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

Spiltter

RBAC (WebRTC)

Continuous Delivery Patterns (auto-learning)