文件名称:DDP服务器React式:用于流星的DDP服务器
文件大小:4KB
文件格式:ZIP
更新时间:2024-02-26 10:23:26
nodejs reactive server meteor ddp
具有React式收集的DDP服务器 DDP-Server-Reactive是基于nodejs的DDP服务器。 用法 // Create a server listening on the default port 3000 var server = new DDPServer(); // Create a reactive collection // All the changes below will automatically be sent to subscribers var todoList = server.publish("todolist"); // Add items tod
【文件预览】:
DDP-Server-Reactive-master
----package.json(687B)
----lib.js(6KB)
----LICENSE(1KB)
----example.js(429B)
----.gitignore(15B)
----README.md(1012B)