<< Back to Programming Forum   Search

Posts 1 - 11 of 11   
How did Fizzer do networking?: 7/10/2018 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?
- downvoted post by The Furious Logan
How did Fizzer do networking?: 8/6/2018 20:47:36


h
Level 53
Report
10/10 comment great feedback
How did Fizzer do networking?: 8/6/2018 21:13:16


DanWL 
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?: 8/8/2018 03:28:06


h
Level 53
Report
ill just search it up
How did Fizzer do networking?: 8/8/2018 03:31:01


AbsolutelyEthan 
Level 63
Report
email fizzer
How did Fizzer do networking?: 8/8/2018 03:57:58


l4v.r0v 
Level 59
Report
No idea about Fizzer's implementation (he's got servers from Linode but I can't tell you what's in his code outside the obvious stuff), but what kind of networking are you talking about specifically? What do you need your users to be able to do? Are we talking about networking for a game or chat or ?

Networking is a pretty broad area but full of solved problems and ready-to-reuse code. So there's probably already a library out there that does exactly what you need to do.

Edited 8/8/2018 03:59:48
How did Fizzer do networking?: 8/17/2018 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?: 8/17/2018 16:41:40


l4v.r0v 
Level 59
Report
Do you control the recipient address and/or know that they've set up a server there? If so, it should be very easy. If you're trying instead to send raw bytes to random people whose IP address you know, yeah, that's not gonna be easy.

Are you building a server or a client?
How did Fizzer do networking?: 8/26/2018 03:46:36


h
Level 53
Report
wait i already got the problem solved with databases,
How did Fizzer do networking?: 8/26/2018 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
Posts 1 - 11 of 11