 mostock Registered User |
Quote
|
2023-06-15 18:57:13 |
|
I was thinking about using ccbDoHTTPRequest for communicating with a multi-player service like Nakama ..
is it possible to establish full-featured communication between the clint and server using only ccbDoHTTPRequest ?
And if no .. can you suggest any other solution. (Except for purchasing the studio edition and edit source code .. I know that one and I don't have any money)
thanks in advance.
|
 just_in_case Moderator |
Quote
|
2023-06-16 17:00:14 |
|
I never tried "NAKAMA", so i am not sure if you will be able to do that or not, but You can use server side scripting like node.js, and system commands to communicate between your server and client app. There are many other methods of communicating with the game server, but I think system command is going to be your friend.
|