Skip to content

A C++ utility for speaking DDP to Meteor servers over a websocket

Notifications You must be signed in to change notification settings

gassechen/ddp-cpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ddp-cpp

A C++ utility for speaking DDP to Meteor servers over a websocket.

status

  • Connects to a meteor server over a websocket and sets up initial collection subscription
  • Very much a work in progress - not ready for any kind of public usage yet

deps

goals

My motivation for writing this is to make a utility for talking to Meteor servers, and expose data sourced from Meteor.Collections in an easy to consume way on the C++ side.

As an initial application, I will be using this as a way to provide realtime data to OpenGL/C++ based visualizations. I don't know a lot of C++ yet, so I am learning as I go.

todos

  • Decide on a good C++ utility for serializing and deserializing JSON.
  • Package this as a library, and expose a useful API

About

A C++ utility for speaking DDP to Meteor servers over a websocket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.2%
  • Makefile 4.8%