• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 07:42
CEST 13:42
KST 20:42
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
[ASL21] Ro4 Preview: On Course10Code S Season 1 - RO8 Preview7[ASL21] Ro8 Preview Pt2: Progenitors8Code S Season 1 - RO12 Group A: Rogue, Percival, Solar, Zoun13[ASL21] Ro8 Preview Pt1: Inheritors16
Community News
Maestros of The Game 2 announcement and schedule !8Weekly Cups (April 27-May 4): Clem takes triple0RSL Revival: Season 5 - Qualifiers and Main Event12Code S Season 1 (2026) - RO12 Results12026 GSL Season 1 Qualifiers25
StarCraft 2
General
Code S Season 1 - RO8 Preview Behind the Blue - Team Liquid History Book Weekly Cups (April 27-May 4): Clem takes triple Blizzard Classic Cup @ BlizzCon 2026 - $100k prize pool Code S Season 1 (2026) - RO12 Results
Tourneys
2026 GSL Season 2 Qualifiers Maestros of The Game 2 announcement and schedule ! GSL Code S Season 1 (2026) WardiTV Mondays Sparkling Tuna Cup - Weekly Open Tournament
Strategy
Custom Maps
[D]RTS in all its shapes and glory <3 [A] Nemrods 1/4 players
External Content
Mutation # 525 Wheel of Misfortune The PondCast: SC2 News & Results Mutation # 524 Death and Taxes Mutation # 523 Firewall
Brood War
General
ASL Tickets to Live Event Finals? [ASL21] Ro4 Preview: On Course Quality of life changes in BW that you will like ? Why there arent any 256x256 pro maps? RepMastered™: replay sharing and analyzer site
Tourneys
[ASL21] Semifinals A [BSL22] RO16 Group Stage - 02 - 10 May [Megathread] Daily Proleagues [ASL21] Ro8 Day 3
Strategy
Simple Questions, Simple Answers Fighting Spirit mining rates Muta micro map competition What's the deal with APM & what's its true value
Other Games
General Games
Warcraft III: The Frozen Throne Stormgate/Frost Giant Megathread Path of Exile Nintendo Switch Thread Daigo vs Menard Best of 10
Dota 2
The Story of Wings Gaming
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
Vanilla Mini Mafia Mafia Game Mode Feedback/Ideas TL Mafia Community Thread Five o'clock TL Mafia
Community
General
Russo-Ukrainian War Thread US Politics Mega-thread UK Politics Mega-thread The Letting Off Steam Thread European Politico-economics QA Mega-thread
Fan Clubs
The IdrA Fan Club
Media & Entertainment
Anime Discussion Thread [Manga] One Piece [Req][Books] Good Fantasy/SciFi books
Sports
2024 - 2026 Football Thread McBoner: A hockey love story Formula 1 Discussion
World Cup 2022
Tech Support
streaming software Strange computer issues (software) [G] How to Block Livestream Ads
TL Community
The Automated Ban List
Blogs
How EEG Data Can Predict Gam…
TrAiDoS
ramps on octagon
StaticNine
Funny Nicknames
LUCKY_NOOB
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1818 users

The Big Programming Thread - Page 514

Forum Index > General Forum
Post a Reply
Prev 1 512 513 514 515 516 1032 Next
Thread Rules
1. This is not a "do my homework for me" thread. If you have specific questions, ask, but don't post an assignment or homework problem and expect an exact solution.
2. No recruiting for your cockamamie projects (you won't replace facebook with 3 dudes you found on the internet and $20)
3. If you can't articulate why a language is bad, don't start slinging shit about it. Just remember that nothing is worse than making CSS IE6 compatible.
4. Use [code] tags to format code blocks.
bangsholt
Profile Joined June 2011
Denmark138 Posts
August 30 2014 09:32 GMT
#10261
On August 30 2014 18:22 Blisse wrote:
Show nested quote +
On August 30 2014 16:55 Prillan wrote:
On August 30 2014 11:23 Blisse wrote:
If I wanted to hold a direct connection to a computer/device from another computer/device, how would I do that? I mean like, not routing the connection to a server then back down. Directly. Is that even possible? What would be the closest?

Of course, take a look at sockets. It can look very different depending on your language.


I know what sockets are. Am I just asking if I can host my own server at home? I think I'm basically asking that.


Yes?

What do you intend to it for, then maybe you can get some useful answers.
green.at
Profile Blog Joined January 2010
Austria1459 Posts
August 30 2014 09:49 GMT
#10262
On August 30 2014 18:22 Blisse wrote:
Show nested quote +
On August 30 2014 16:55 Prillan wrote:
On August 30 2014 11:23 Blisse wrote:
If I wanted to hold a direct connection to a computer/device from another computer/device, how would I do that? I mean like, not routing the connection to a server then back down. Directly. Is that even possible? What would be the closest?

Of course, take a look at sockets. It can look very different depending on your language.


I know what sockets are. Am I just asking if I can host my own server at home? I think I'm basically asking that.


you can if you have a public ip, else you could try no-ip.org , duckdns.org or similar services.
Inputting special characters into chat should no longer cause the game to crash.
wozzot
Profile Joined July 2012
United States1227 Posts
August 30 2014 14:22 GMT
#10263
Argh, neglecting math is biting me in the ass so hard. Fuck Fourier transforms and fuck my life
(ノ´∀`*)ノ ♪ ♫ ヽ(´ー`)ノ ♪ ♫ (✌゚∀゚)☞ ♪ ♫ ヽ(´ー`)ノ ♫ ♫ (ノ´_ゝ`)ノ彡 ┻━┻
obesechicken13
Profile Blog Joined July 2008
United States10467 Posts
August 30 2014 14:26 GMT
#10264
On August 30 2014 18:22 Blisse wrote:
Show nested quote +
On August 30 2014 16:55 Prillan wrote:
On August 30 2014 11:23 Blisse wrote:
If I wanted to hold a direct connection to a computer/device from another computer/device, how would I do that? I mean like, not routing the connection to a server then back down. Directly. Is that even possible? What would be the closest?

Of course, take a look at sockets. It can look very different depending on your language.


I know what sockets are. Am I just asking if I can host my own server at home? I think I'm basically asking that.


Who doesn't?

+ Show Spoiler +
You put them on your feet right?
I think in our modern age technology has evolved to become more addictive. The things that don't give us pleasure aren't used as much. Work was never meant to be fun, but doing it makes us happier in the long run.
aksfjh
Profile Joined November 2010
United States4853 Posts
Last Edited: 2014-08-30 14:39:37
August 30 2014 14:37 GMT
#10265
On August 30 2014 18:22 Blisse wrote:
Show nested quote +
On August 30 2014 16:55 Prillan wrote:
On August 30 2014 11:23 Blisse wrote:
If I wanted to hold a direct connection to a computer/device from another computer/device, how would I do that? I mean like, not routing the connection to a server then back down. Directly. Is that even possible? What would be the closest?

Of course, take a look at sockets. It can look very different depending on your language.


I know what sockets are. Am I just asking if I can host my own server at home? I think I'm basically asking that.

Yes. You can turn practically any device into a "host". To talk to it, you need to make sure you have the routing set up. Like somebody said earlier, that might take a service to give you a DNS if you're doing it over the public web, as well as a port forward or something similar on your router (assuming you have the traditional home network set up). If you're doing it internally, all you have to do is point the client device in the direction of the host via network IP.

On August 30 2014 23:26 obesechicken13 wrote:
Show nested quote +
On August 30 2014 18:22 Blisse wrote:
On August 30 2014 16:55 Prillan wrote:
On August 30 2014 11:23 Blisse wrote:
If I wanted to hold a direct connection to a computer/device from another computer/device, how would I do that? I mean like, not routing the connection to a server then back down. Directly. Is that even possible? What would be the closest?

Of course, take a look at sockets. It can look very different depending on your language.


I know what sockets are. Am I just asking if I can host my own server at home? I think I'm basically asking that.


Who doesn't?

+ Show Spoiler +
You put them on your feet right?


+ Show Spoiler [Not quite...] +
Only if you're a girl. Socks are for boys, sockets are for girls.
[image loading]
nunez
Profile Blog Joined February 2011
Norway4003 Posts
August 30 2014 22:54 GMT
#10266
@del
luckily it's in (and is made in) my workbench directory, where i only have a main.cpp and maybe some temporary headers.
i could have sweared i used .o, but prolly got lost inbetween changes.
nice spot.

@cyx
hopefully i will have been able to put together a revamped read by that time with nnary-demux and all.
conspired against by a confederacy of dunces.
Blisse
Profile Blog Joined July 2010
Canada3710 Posts
August 30 2014 23:24 GMT
#10267
On August 30 2014 23:37 aksfjh wrote:
Show nested quote +
On August 30 2014 18:22 Blisse wrote:
On August 30 2014 16:55 Prillan wrote:
On August 30 2014 11:23 Blisse wrote:
If I wanted to hold a direct connection to a computer/device from another computer/device, how would I do that? I mean like, not routing the connection to a server then back down. Directly. Is that even possible? What would be the closest?

Of course, take a look at sockets. It can look very different depending on your language.


I know what sockets are. Am I just asking if I can host my own server at home? I think I'm basically asking that.

Yes. You can turn practically any device into a "host". To talk to it, you need to make sure you have the routing set up. Like somebody said earlier, that might take a service to give you a DNS if you're doing it over the public web, as well as a port forward or something similar on your router (assuming you have the traditional home network set up). If you're doing it internally, all you have to do is point the client device in the direction of the host via network IP.


How secure would that be from any malicious people? Like if someone finds my IP and try to kill my machine.

I want to see how viable it is to host a single client as a client-server and have devices as views connecting to the client-server, rather than devices as full clients connecting to cloud server.
There is no one like you in the universe.
aksfjh
Profile Joined November 2010
United States4853 Posts
August 30 2014 23:40 GMT
#10268
On August 31 2014 08:24 Blisse wrote:
Show nested quote +
On August 30 2014 23:37 aksfjh wrote:
On August 30 2014 18:22 Blisse wrote:
On August 30 2014 16:55 Prillan wrote:
On August 30 2014 11:23 Blisse wrote:
If I wanted to hold a direct connection to a computer/device from another computer/device, how would I do that? I mean like, not routing the connection to a server then back down. Directly. Is that even possible? What would be the closest?

Of course, take a look at sockets. It can look very different depending on your language.


I know what sockets are. Am I just asking if I can host my own server at home? I think I'm basically asking that.

Yes. You can turn practically any device into a "host". To talk to it, you need to make sure you have the routing set up. Like somebody said earlier, that might take a service to give you a DNS if you're doing it over the public web, as well as a port forward or something similar on your router (assuming you have the traditional home network set up). If you're doing it internally, all you have to do is point the client device in the direction of the host via network IP.


How secure would that be from any malicious people? Like if someone finds my IP and try to kill my machine.

I want to see how viable it is to host a single client as a client-server and have devices as views connecting to the client-server, rather than devices as full clients connecting to cloud server.

As secure as you end up making it... It's a system/network administration thing. If you want to dive into all that stuff, it's going to take awhile to learn, and your initial setups likely won't be very stable/secure. There's a reason people make a business out of hosting servers and cloud based solutions...
Blisse
Profile Blog Joined July 2010
Canada3710 Posts
Last Edited: 2014-08-31 00:26:37
August 31 2014 00:25 GMT
#10269
Yeah I know, but I'm talking about the gray area connecting the cloud-server and the client-device and I'm wondering about what kinds of options are available to like, mediate each user's connection (between the cloud service and the consuming clients), or if I'm just building it from scratch like you've said. I think this could actually be a profitable/futurist area which is why I'm not as specific as I want, but I guess it doesn't really matter. :p

I'm not super smart, but I think the naive solution is to create/buy a specific client-server (per user) that processes the information and then just route the user's view logic to each device. But I want to know if there's any technology that does something similar, because launching a new client-server per user seems like a product design decision rather than something that I can create as a service consumer. Does that make sense? If I were creating the product I could say, each user gets a client-server that manages state for the user and I have to manage the costs of that, but if all I can do is consume APIs then my problem is a bit different.

I'm thinking about how this would work as a design project for school because this solves the client synchronization problem, and I think it can be enabled with how prevalent "cloud" is becoming. Thoughts?
There is no one like you in the universe.
disco
Profile Blog Joined June 2009
Netherlands1667 Posts
August 31 2014 01:34 GMT
#10270
I have no clue what you are talking about, and I'm not quite sure you do.. You should be a little bit more specific, networking is not that complicated.
this game is a fucking jokie
Nesserev
Profile Blog Joined January 2011
Belgium2760 Posts
Last Edited: 2014-08-31 01:45:49
August 31 2014 01:40 GMT
#10271
--- Nuked ---
Blisse
Profile Blog Joined July 2010
Canada3710 Posts
Last Edited: 2014-08-31 03:08:17
August 31 2014 03:04 GMT
#10272
Yeah it's hard to explain without a diagram. I tried with a friend and he didn't get it over chat either.

For example, suppose I'm making a Twitter app. I can make a Twitter app on each client device (platform). Then I consume Twitter's API from each client. The problem is now I have X number of clients that all consume data, that all have their own models, controllers and views. What I'm describing is, instead of having X number of clients that all consume data, I have one client (controller, model) that consumes the data, and X number of devices (views) that display the data. Is there a way for a consumer of data (via APIs) to create this "client-server" structure that manages the app state? I want to make this structure.

Does this exist already? Why does every client consume the API? Why doesn't one structure (me!) consume the API and redistribute it.
There is no one like you in the universe.
ZenithM
Profile Joined February 2011
France15952 Posts
Last Edited: 2014-08-31 03:28:48
August 31 2014 03:22 GMT
#10273
Wouldn't that just come down to wrap your layer of API over the pre-existing API?
Edit: I mean, in the end, clients have to consume data, whether it's your own or some third-party's is a matter of choice, that's all.
WolfintheSheep
Profile Joined June 2011
Canada14127 Posts
August 31 2014 03:23 GMT
#10274
On August 31 2014 12:04 Blisse wrote:
Yeah it's hard to explain without a diagram. I tried with a friend and he didn't get it over chat either.

For example, suppose I'm making a Twitter app. I can make a Twitter app on each client device (platform). Then I consume Twitter's API from each client. The problem is now I have X number of clients that all consume data, that all have their own models, controllers and views. What I'm describing is, instead of having X number of clients that all consume data, I have one client (controller, model) that consumes the data, and X number of devices (views) that display the data. Is there a way for a consumer of data (via APIs) to create this "client-server" structure that manages the app state? I want to make this structure.

Does this exist already? Why does every client consume the API? Why doesn't one structure (me!) consume the API and redistribute it.


I'm...not exactly sure what the problem here is...

If you want the client-side app to only require a connection to Twitter, then of course all the logic will have to handled in the client app.

If you want a 3rd party server to handle all the logic, then...have the clients connect to your server.

Of course, what you actually need for you app is naturally dependent on what you expect the client requests to encompass. If you server size is limited, and the data that all the clients collectively would want encompasses the entirety of Twitter, then you shouldn't run the whole shebang server-side.
Average means I'm better than half of you.
Blisse
Profile Blog Joined July 2010
Canada3710 Posts
Last Edited: 2014-08-31 04:06:58
August 31 2014 03:52 GMT
#10275
On August 31 2014 12:23 WolfintheSheep wrote:
Show nested quote +
On August 31 2014 12:04 Blisse wrote:
Yeah it's hard to explain without a diagram. I tried with a friend and he didn't get it over chat either.

For example, suppose I'm making a Twitter app. I can make a Twitter app on each client device (platform). Then I consume Twitter's API from each client. The problem is now I have X number of clients that all consume data, that all have their own models, controllers and views. What I'm describing is, instead of having X number of clients that all consume data, I have one client (controller, model) that consumes the data, and X number of devices (views) that display the data. Is there a way for a consumer of data (via APIs) to create this "client-server" structure that manages the app state? I want to make this structure.

Does this exist already? Why does every client consume the API? Why doesn't one structure (me!) consume the API and redistribute it.


I'm...not exactly sure what the problem here is...

If you want the client-side app to only require a connection to Twitter, then of course all the logic will have to handled in the client app.

If you want a 3rd party server to handle all the logic, then...have the clients connect to your server.

Of course, what you actually need for you app is naturally dependent on what you expect the client requests to encompass. If you server size is limited, and the data that all the clients collectively would want encompasses the entirety of Twitter, then you shouldn't run the whole shebang server-side.


I said that's the solution already. I'm asking if that the only solution or if there's any other way of approaching it that I'm not aware of because I don't understand what other technologies exist in the world. I want to know why people don't build their apps like this in the first place or is it already on people's plates.

I don't understand why we create a complete MVC solution for each device/platform to consume an API, rather than a single ModelController to consume the API and treat each device/platform as a V. (the way I'm explaining is kinda changing now) Does something exist that already does this or do we just not do it?

On the other hand, this is a really cool lesson in how to explain my ideas.

I'm not super smart, but I think the naive solution is to create/buy a specific client-server (per user) that processes the information and then just route the user's view logic to each device. But I want to know if there's any technology that does something similar, because launching a new client-server per user seems like a product design decision rather than something that I can create as a service consumer.
There is no one like you in the universe.
WolfintheSheep
Profile Joined June 2011
Canada14127 Posts
Last Edited: 2014-08-31 04:27:09
August 31 2014 04:26 GMT
#10276
As with most things, it comes down to scalability and latency.

Depending on what your program is doing, hosting everything on your server means: A) You are constantly indexing and organizing data from a 3rd party source, or B) Receiving requests and sending calls to that 3rd party by potential thousands every minute. So you either need a massive server infrastructure, or you need a large-but-manageable server with increased calls across a network.

By comparison, removing your server system entirely and having everything client-side (plus one call to the 3rd party API), you have a system that scales almost infinitely without the cost of running the servers yourself, with the minimal amount of network latency from the user's end.

Of course, if your software requires processes that will make a user's system chug, or you have a very good reason to keep a massive indexed database, then that shifts the weight back over to a cloud solution. But for a lot of systems, having everything on the cloud actually makes things less efficient.
Average means I'm better than half of you.
Blisse
Profile Blog Joined July 2010
Canada3710 Posts
Last Edited: 2014-08-31 05:06:03
August 31 2014 04:44 GMT
#10277
Okay actually cool, that was one of the answers I was thinking about but I didn't know if it was true because I don't have enough experience. Any books you'd recommend that expands on why we choose this way or that way? And because cloud computing is getting "cheaper" and Internet being more prevalent/stable, do you imagine we're going to switch over to the architecture I described anytime soon, or is that orthogonal to the problem?

On August 31 2014 13:26 WolfintheSheep wrote:
Depending on what your program is doing, hosting everything on your server means: A) You are constantly indexing and organizing data from a 3rd party source, or B) Receiving requests and sending calls to that 3rd party by potential thousands every minute. So you either need a massive server infrastructure, or you need a large-but-manageable server with increased calls across a network.


About this piece actually, if we do what I've proposed, aren't neither of these in play?

My solution acts as though there's one client-server per "user", as in logged in user. All devices access this client-server, so really there's even fewer connections to the actual server than with multiple clients. Item A doesn't seem to apply, and I've reduced Item B?
There is no one like you in the universe.
WolfintheSheep
Profile Joined June 2011
Canada14127 Posts
Last Edited: 2014-08-31 05:30:39
August 31 2014 05:29 GMT
#10278
No real books I can think of, but you can probably find multiple papers written about Cloud computing. It's a fairly recent thing (sort of, always been around to some degree, but no where to the level that we've seen in the last few years).

And Cloud solutions are definitely taking off, but fast and stable internet isn't ubiquitous, even in 1st World Countries. It's much more viable for businesses than ordinary consumers, for the time being.

On August 31 2014 13:44 Blisse wrote:
About this piece actually, if we do what I've proposed, aren't neither of these in play?

My solution acts as though there's one client-server per "user", as in logged in user. All devices access this client-server, so really there's even fewer connections to the actual server than with multiple clients. Item A doesn't seem to apply, and I've reduced Item B?


The main problem is that you'll still have some form of overhead. There are all kinds of tricks you could potentially use to minimize it, depending on what exactly you're trying to do, but as long as the user has to connect to your system and your system has to connect to the third party API (Twitter in your example), you're still increasing the network latency.

You also have to remember that most users won't tell the difference between software that takes up 1mb or 20mb or hardware space, and that most machines (even handhelds) run fast enough that it's okay for each client machine to do the "heavy lifting".

Of course, end of the day a user probably won't tell the difference between either solution...the loss in efficiency is probably negligible from their point-of-view. So the only real concerns are if it's worth the cost of running your own server, and more importantly if you can guarantee 100% up-time.
Average means I'm better than half of you.
Blisse
Profile Blog Joined July 2010
Canada3710 Posts
Last Edited: 2014-08-31 05:48:06
August 31 2014 05:47 GMT
#10279
So the benefit to the user is that all my apps are always in sync. If I pull down 10 new tweets on my phone, I don't have to pull down 10 new tweets on my desktop and 10 new tweets on my tablet, because there's just one state. It's been pulled down once, no need to re-query on each device.
There is no one like you in the universe.
WolfintheSheep
Profile Joined June 2011
Canada14127 Posts
August 31 2014 06:02 GMT
#10280
On August 31 2014 14:47 Blisse wrote:
So the benefit to the user is that all my apps are always in sync. If I pull down 10 new tweets on my phone, I don't have to pull down 10 new tweets on my desktop and 10 new tweets on my tablet, because there's just one state. It's been pulled down once, no need to re-query on each device.


Well, sort of .

All your devices will have to re-query in some fashion. Either a manual request to your server or some kind of polling. Sort of like how an email client would work, I guess. You can have multiple devices with the same email account, and each device will need some way to check for new mail.

The question for you app would be...is it more important for each device to have the same display, or for the device your currently using to have the most up-to-date tweets?
Average means I'm better than half of you.
Prev 1 512 513 514 515 516 1032 Next
Please log in or register to reply.
Live Events Refresh
Afreeca Starleague
10:00
Ro4 Match 1
Soma vs Leta
Afreeca ASL 23197
StarCastTV_EN580
Liquipedia
GSL
08:00
2026 Season 2: Qualifiers
Zoun vs MaruLIVE!
Rogue vs TriGGeR
ByuN vs sOs
SHIN vs Creator
IntoTheiNu 983
CranKy Ducklings SOOP102
LiquipediaDiscussion
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Lowko296
OGKoka 174
Livibee 41
StarCraft: Brood War
Calm 19630
Bisu 7450
Jaedong 5983
Sea 2002
BeSt 1691
EffOrt 1056
Horang2 846
Hyuk 699
Pusan 548
Soulkey 431
[ Show more ]
ZerO 376
actioN 247
Larva 210
Rush 182
Hyun 139
Mind 115
Sharp 73
ToSsGirL 54
Mong 53
Killer 52
Aegong 48
HiyA 40
Bonyth 36
Sexy 31
Barracks 28
sorry 25
Terrorterran 23
Sea.KH 22
soO 20
Hm[arnc] 15
Bale 12
SilentControl 10
IntoTheRainbow 8
Other Games
B2W.Neo349
crisheroes241
Pyrionflax217
monkeys_forever122
MindelVK20
elazer13
Organizations
Counter-Strike
PGL33388
StarCraft: Brood War
UltimateBattle 298
StarCraft 2
WardiTV8
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
[ Show 14 non-featured ]
StarCraft 2
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• iopq 3
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Nemesis6552
• TFBlade1102
Other Games
• WagamamaTV371
Upcoming Events
Wardi Open
18m
Monday Night Weeklies
4h 18m
OSC
12h 18m
CranKy Ducklings
22h 18m
Afreeca Starleague
22h 18m
Light vs Flash
Replay Cast
1d 21h
Replay Cast
2 days
The PondCast
2 days
OSC
2 days
Replay Cast
3 days
[ Show More ]
RSL Revival
3 days
OSC
4 days
Korean StarCraft League
4 days
RSL Revival
4 days
BSL
5 days
GSL
5 days
Cure vs TBD
TBD vs Maru
BSL
6 days
Replay Cast
6 days
Liquipedia Results

Completed

CSL 2026 SPRING (S20)
WardiTV TLMC #16
Nations Cup 2026

Ongoing

BSL Season 22
ASL Season 21
IPSL Spring 2026
KCM Race Survival 2026 Season 2
Acropolis #4
KK 2v2 League Season 1
BSL 22 Non-Korean Championship
SCTL 2026 Spring
RSL Revival: Season 5
2026 GSL S1
Asian Champions League 2026
IEM Atlanta 2026
PGL Astana 2026
BLAST Rivals Spring 2026
IEM Rio 2026
PGL Bucharest 2026
Stake Ranked Episode 1
BLAST Open Spring 2026
ESL Pro League S23 Finals
ESL Pro League S23 Stage 1&2

Upcoming

Escore Tournament S2: W7
YSL S3
Escore Tournament S2: W8
CSLAN 4
Kung Fu Cup 2026 Grand Finals
HSC XXIX
uThermal 2v2 2026 Main Event
Maestros of the Game 2
2026 GSL S2
BLAST Bounty Summer 2026: Closed Qualifier
Stake Ranked Episode 3
XSE Pro League 2026
IEM Cologne Major 2026
Stake Ranked Episode 2
CS Asia Championships 2026
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2026 TLnet. All Rights Reserved.