You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matterbridge/vendor/github.com/gopackage/ddp/doc.go

7 lines
384 B
Go

// 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