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.

Using hapi.js with Socket.io

6 pointsby mtharrisonabout 10 years ago

1 comment

nailerabout 10 years ago
It's probably also worth looking at HTML5 SSE. Asides from being simpler than websockets (and socket.io with all its various fallbacks) It also lets you use REST semantics everywhere, since everything is HTTP.