How did Fizzer do networking?: 2018-07-10 14:25:14 |
h
Level 53
Report
|
How did the creator of Warlight use networking? Did he use sockets, connected to a main server, or what? Also, is the code available in Javascript? Or more simply, How do you use networking in Javascript?
|
How did Fizzer do networking?: 2018-08-05 18:49:03 |
The Furious Logan
Level 27
Report
|
idk
|
How did Fizzer do networking?: 2018-08-06 20:47:36 |
h
Level 53
Report
|
10/10 comment great feedback
|
How did Fizzer do networking?: 2018-08-06 21:13:16 |
(deleted)
Level 63
Report
|
There’s web sockets (idk how implemented), code in some places is quite obscure. Research jQuery Ajax if you want to be able to call server functions. You might want to check window.postMessage as well to let websites/webpages ‘communicate’ with each other. I can give you examples of Ajax and postMessage that I use on my site if you PM me.
|
How did Fizzer do networking?: 2018-08-17 15:27:29 |
h
Level 53
Report
|
was just thinking of how to send raw bytes over to another IP address from javascript
|
How did Fizzer do networking?: 2018-08-26 03:46:36 |
h
Level 53
Report
|
wait i already got the problem solved with databases,
|
How did Fizzer do networking?: 2018-08-26 03:46:39 |
h
Level 53
Report
|
wait i already got the problem solved with databases,
Whoops warlight sent it 2 times
Edited 8/26/2018 03:47:18
|