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?
|
How did Fizzer do networking?: 8/5/2018 18:49:03 |
The Furious Logan
Level 27
Report
|
idk
|
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/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
|