问题标签 [pinocc.io]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
node.js - 如何将 pinoccio 连接到 apache couchdb
有没有人在使用 www.pinocc.io 上的漂亮pinoccio?
我想用它来使用 node.js 将数据发布到 apache couchdb 中。所以我试图从pinnocio API轮询数据,但我有点迷茫:
- 安排民意调查
- 做长时间的民意调查
- 做一个完全不同的方法
欢迎任何想法
皮特
ruby - 正确使用套接字和/或赛璐珞::IO
我有一个Pinoccio 微控制器(非常棒,试试吧)。微控制器为其服务器打开一个套接字。我正在一个 Ruby 应用程序中编写 TCP Socket 服务器,我将在其中使用Celluloid::IO。作为我的向导,我在 Node 中遵循这个实现,称为pinoccio-server
我写了一些测试代码,尝试与 Pinoccio 微控制器通信。我可以毫无问题地读取它,但是当我将数据写回套接字时,我永远不会得到我期望的行为。这是代码,有人可以告诉我我是否在滥用 Celluloid::IO 或套接字?