Marauroa Glossary: Difference between revisions

Content deleted Content added
imported>Kymara
E: italics, grammar
imported>Kymara
m M: typos/grammar
Line 38:
; Marboard : [[Marboard]] is an early prototype of an easy to use vector graphics program allowing live collaboration over the Internet. While it is not ready for production use yet, it is a good proof that Marauroa is suitable for serious applications, too.
 
; Message : The low level network communication between client and server is message based. There are for example messagemessages for login attempts and confirmation or rejection of the login. Actions from the client to the server and perceptions from the server to the client are transmitted using messages, too. As a developer using Marauroa to code your own game, you will not see those messages as they are only used internalinternally. The page on [[NetworkDesign|network design]] explains the inner worksworkings.
 
== O ==