|
|
|
|
|
by adyus
4044 days ago
|
|
You could always use the DDP library [1] ("REST for websockets") for realtime transfer. It's separate from the "core" Meteor package (a collection of packages, really). There's also a list of libraries for other languages that communicate with Meteor via DDP. [2] [1] https://www.meteor.com/ddp
[2] http://meteorpedia.com/read/DDP_Clients |
|