Commit Graph

2 Commits

Author SHA1 Message Date
sergiotarxz 366c5ad081 Achieved server-client local communication. 2021-11-11 02:32:25 +01:00
sergiotarxz 09d976141b Adding initial commit, nothing works yet.
The cualsead binary will be the server
it delegates soon in Cualsea::Server::Loop and which
will redirect requests to MessageController.

Forking is not implemented and will be probably out of the
project scope since this is a demo program.

The MessageManager is pretty much inpired in the way
sftp comunicates, but we soon stop sending raw binary
data when we have comunicated the packet size to delegate
in json which is more useful in Perl than handling
fake struct logic.
2021-11-09 00:15:47 +01:00