Skip to content

kutrumbo/java-ddp-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

26b8b87 · Jul 23, 2013

History

5 Commits
Oct 17, 2012
Oct 17, 2012
Oct 17, 2012
Feb 25, 2013
Oct 17, 2012
Oct 17, 2012
Oct 17, 2012
Oct 17, 2012
Jul 23, 2013
Jul 23, 2013

Repository files navigation

a Java DDP Client

A DDP client written in java for the Meteor framework (https://github.com/meteor/meteor)

Based on the node-js project by Alan Sikora, built on the java WebSocket of Nathan Rajlich and references the gson library

How to Use

Download the entire source as a java project or just add the jar file as a dependency to your project

Example

Examples located in 'examples' package of java project or can be used as simple as in the snippet below:

DdpClient client = new DdpClient("localhost", 3000);
			
client.connect();

Acknowledgements

Meteor project - https://github.com/meteor/meteor

Based on node-js_ddp-client project - https://github.com/alansikora/node-js_ddp-client

Underlying java WebSocket - https://github.com/TooTallNate/Java-WebSocket - Copyright (c) 2010-2012 Nathan Rajlich

Referenced gson Java library - http://code.google.com/p/google-gson/ - http://www.apache.org/licenses/LICENSE-2.0

About

A DDP client written in java for the Meteor framework (https://github.com/meteor/meteor)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages