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.

Effective use of Node.js and Socket.io for building a HTML5 Game

38 pointsby nodejs-newsabout 13 years ago

4 comments

kodablahabout 13 years ago
If you want to make this easy, use <a href="https://github.com/socketstream/socketstream" rel="nofollow">https://github.com/socketstream/socketstream</a>. Great progress is being made on the 0.3 version and it makes pub/sub broadcasting and message pushing very easy. You wouldn't be the first person to make a live multiplayer HTML5 game with it: <a href="https://github.com/alz/socketracer" rel="nofollow">https://github.com/alz/socketracer</a>.
dinedalabout 13 years ago
Buried source as a mediafire link? Author needs to learn about github.<p>Code itself is pretty difficult to read and quickly pasted together, but otherwise a decent example on how to tie the technologies involved together.
egdelwonkabout 13 years ago
Check out now.js (<a href="http://nowjs.com/" rel="nofollow">http://nowjs.com/</a>) as well, makes it really easy to make realtime apps
pyrotechnickabout 13 years ago
To install socket.io you need only execute `npm install socket.io`<p>This installs socket.io from the npm registry (there is no need to download/extract the zip).
评论 #3713209 未加载