Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

kutrumbo/java-ddp-client

Open more actions menu

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

 
 
 

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.