Strand94 / Sketchy

Prosjekt i Programvareutvikling
0 stars 1 forks source link

Server side models required by Client #4

Closed larsekje closed 6 years ago

larsekje commented 6 years ago

Some models are required by the client (Sheet, Guess, Drawing, Notepad), but according to class_diagram_1.0.jpg they reside on server. Currently they are in Models.Should_this_even_be_here_qm.

Solution: Import from Server when server skeleton is in place

ivarkrabol commented 6 years ago

If we go for the node.js/socket.io approach (which I think we are), then all the server-side code will be in javascript. So basically the models that cross over will have to be written twice, once in java and once in js.