mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-24 15:43:54 -07:00
Implementation of websockets in servatrice and test js client
This commit is contained in:
parent
e81a6d497b
commit
5b21dc8cde
42 changed files with 39592 additions and 287 deletions
|
|
@ -13,6 +13,7 @@ public:
|
|||
~LocalServerInterface();
|
||||
|
||||
QString getAddress() const { return QString(); }
|
||||
QString getConnectionType() const { return "local"; };
|
||||
void transmitProtocolItem(const ServerMessage &item);
|
||||
signals:
|
||||
void itemToClient(const ServerMessage &item);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue