1
I am studying game development and lately considered developing a game next or even online.
There are two Ides where I can develop games, Unity3d and RPG Maker MV that use javascript.
I’m a beginner in javascript so I’m sorry for the question, but, I wonder if I can use some javascript library to connect to a server I’m developing in java?
Detail: on the server I use the basic Serversocket with lock.
I can communicate even using websockets in js to connect to the java server?
– Luccas Gabriel
Yes, you can, as I said in the reply you write a text and read a text. I recommend using standard HTTP communication Apis, which are implementations of text-working sockets.
– Leano Macel