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.

DNode: Asynchronous Remote Method Invocation for Node.js and the Browser

17 pointsby substackalmost 15 years ago

2 comments

cagefacealmost 15 years ago
This is the kind of thing that makes server-side js more compelling - bridging the language gap between the client and the server.<p>This particular approach seems to have some security implications though. What's to prevent a client from sending malicious code to the server?
评论 #1505712 未加载
pkruminsalmost 15 years ago
Everyone should start using this module for remote method invocation in node.js!