TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Open-Source cloud gaming service lite, inspired by Google Stadia

44 pointsby giongto35almost 6 years ago

6 comments

giongto35almost 6 years ago
The project is inspired by Google Stadia. When watching Google Stadia demo, most people will question how good is the latency? Will gaming experience is affected by the network?<p>I did some researches on that topic and WebRTC seems to be the most suitable protocol for that purpose. Some News also guess Google may apply WebRTC protocol also. I limited the project scope and made a POC of Cloud-gaming with a Go Library of WebRTC. The result indeed surprised me on how well WebRTC performs. In a good network condition, video streaming is seamless and the latency is unnoticeable.
giongto35almost 6 years ago
My attempt to create an opensource POC of a cloud gaming service inspired by Google Stadia. Cloud gaming is the future of gaming when all the game logic is handled on a cloud server and then media is streamed to the user, so no installation, no heavy device is needed.<p>Try the platform at. Recommend to use Google Chrome:<p>US West (San Francisco): <a href="http:&#x2F;&#x2F;usw.cloud.webgame2d.com" rel="nofollow">http:&#x2F;&#x2F;usw.cloud.webgame2d.com</a> | US East(New York): <a href="http:&#x2F;&#x2F;use.cloud.webgame2d.com" rel="nofollow">http:&#x2F;&#x2F;use.cloud.webgame2d.com</a><p>Singapore: <a href="http:&#x2F;&#x2F;sg.cloud.webgame2d.com" rel="nofollow">http:&#x2F;&#x2F;sg.cloud.webgame2d.com</a> | India (Banglore): <a href="http:&#x2F;&#x2F;idn.cloud.webgame2d.com" rel="nofollow">http:&#x2F;&#x2F;idn.cloud.webgame2d.com</a><p>Europe (London): <a href="http:&#x2F;&#x2F;eu.cloud.webgame2d.com" rel="nofollow">http:&#x2F;&#x2F;eu.cloud.webgame2d.com</a> | Europe (Frankfurt): <a href="http:&#x2F;&#x2F;ger.cloud.webgame2d.com" rel="nofollow">http:&#x2F;&#x2F;ger.cloud.webgame2d.com</a><p>Game Instruction For the best gaming experience, please select the closest region to you.<p>- Video Demo: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=koqWB1VKflo" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=koqWB1VKflo</a> (If you cannot play)<p>Game Instruction:<p>- Arrow keys to move<p>- H -&gt; Show help<p>- C, V -&gt; Start, Select<p>- Z, X -&gt; A, B<p>- S, A -&gt; Save (Save state), Load (Load previous saved state)<p>- Share button&#x2F; W -&gt; your game state is stored in a link in clipboard, next time you can continue your game by loading that link.<p>- F -&gt; Full-screen<p>- Quit button&#x2F; Q -&gt; Quit the current game<p>*The game is designed as joystick targeting multi-platform, so you can play it on Desktop, Android (IOS is not supported yet). Our purpose is to also to bring the modern gaming experience to Retro game.
Sean-Deralmost 6 years ago
Fantastic work! This is so impressive engineering wise.<p>This is so exciting for Open Source. All the technology is there. I would love to see something so I could easily play games and then mirror my save games locally. I spend a lot of time on different computers and setting up Wine to play AoE2 drives me crazy everytime.<p>I just really want a Stadia that respects the users freedom :)
评论 #20141813 未加载
dangptrangalmost 6 years ago
Great job! Very well-done giongto!
phienkakaalmost 6 years ago
Great job!!!
评论 #20141769 未加载
yenthanh132almost 6 years ago
Well done!