在哪里可以找到 nodejs/javascript 客户端组合示例,显示数据从服务器加载到客户端、修改并发送回?
任何使用最新版本的 Nodejs 的工作示例都可以工作;理想情况下,它尽可能简单。
Any working example, using the latest version of nodejs, will work; ideally, it's as simple as possible.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
要使用创建一个文件夹,
npm install express socket.io
,然后放入三个文件和“node app.js”。布局.jade
index.jade
app.js
to use create a folder,
npm install express socket.io
then place in the three files, and 'node app.js'.layout.jade
index.jade
app.js
也许, nowjs 就是您想要的。它提供简单的API来从客户端调用服务器功能。
Maybe, nowjs is that you want. It's provide simple API to call server functions from client.