go-ddp-client

command module
v0.0.0-...-a097117 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 23, 2015 License: MIT Imports: 5 Imported by: 0

README

Go DDP Client

A golang ddp client for meteor

This work is in early development and is not ready for production.

To run
  • Either

    1. Create a run.sh file next to main.go

    2. chmod +x run.sh

    3. Fill it it with following:

      export GOPATH=$GOPATH:~/path/go-ddp-client export MY_USERNAME='username' export MY_PASSWORD='password' go run main.go mysite.com 3000 websocket

  • Or just use:

      MY_USERNAME='username' MY_PASSWORD='password' go run main.go mysite.com 3000 websocket
    
What works
  1. connects to remote host and gets session id
  2. login/logout
  3. ping-pong
Development checklist
  1. subscribe/unsubscribe, handling of client side collections
  2. method call

Based on the DDP specification and DDP Analyzer.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL