blob: 97f1b63eefe9c3b61e24b7268548c1566d0916e6 (
plain) (
blame)
1
2
3
4
5
6
|
// Package ddp implements the MeteorJS DDP protocol over websockets. Fallback
// to long polling is NOT supported (and is not planned on ever being supported
// by this library). We will try to model the library after `net/http` - right
// now the library is bare bones and doesn't provide the plug-ability of http.
// However, that's the goal for the package eventually.
package ddp
|