RSS 15 projects tagged "rpc"

No download Website Updated 07 Jun 2013 Gearmand

Screenshot
Pop 258.62
Vit 66.96

Gearmand is the job server component of Gearman. Gearman provides a generic framework to farm out work to other machines, dispatching function calls to machines that are better suited to do work, to do work in parallel, to balance the load of processing, or to call functions between languages.

Download Website Updated 23 Feb 2013 XINS

Screenshot
Pop 349.60
Vit 51.66

XINS is a technology used to define, create, and invoke remote APIs. XINS is specification-oriented. When API specifications are written (in XML), XINS will transform them to HTML-based documentation and Java code for both the client-side and the server-side. The communication is based on HTTP. XINS competes with the complex SOAP technology. Main design goals include simplicity, scalability, and testability. XINS is not only a specification technology, but also an application development framework. It offers transaction logging, unique log documentation, and active code generation.

No download No website Updated 06 Oct 2009 JSONRPC

Screenshot
Pop 19.65
Vit 36.76

JSON RPC is a simple remote procedure call implementation for Java. It supports communication over unencrypted TCP and UDP connections.

No download Website Updated 06 Sep 2010 RO4R

Screenshot
Pop 17.29
Vit 31.87

RO4R (Remote Objects for Ruby) is an implementation of remote objects for Ruby, allowing transparent use of shared resources and supporting any combination of Ruby 1.8 and 1.9 programs.

No download No website Updated 04 May 2011 jRapidRPC

Screenshot
Pop 15.17
Vit 27.88

jRapidRPC is a Java RPC library that allows you to create client-server applications that talk in objects. It is small, fast, and extensible. Its smallness helps you learn how to use the library quickly. jRapidRPC is fast due to its compact size and lack of complexity. Also, it uses the ProtoStuff serializer by default. jRapidRPC's extensibility allows you to can write a new client-server or a new serializer.

No download No website Updated 29 May 2012 RMI WebSocket

Screenshot
Pop 21.28
Vit 19.65

RMI WebSocket provides a library for remote method invocations between a browser and a Jetty Web Server using the HTML5 WebSocket. The idea is to enable tight method-level integration between the user interface and the server so that patterns such as MVP (Model-View-Presenter) can be applied in a Web environment. The method-level communications between the browser code and the server code allows the developer to think about the Web page and server-side components as objects in a UML world. Details such as the over-the-wire protocols in WebSockets are abstracted away in the process.

No download No website Updated 20 Dec 2012 JsonRpcPhp

Screenshot
Pop 19.77
Vit 13.48

JsonRpcPhp is a class that sends HTTP requests to a given JSON RPC server to call a specified function, passing any additional parameters. It can also send multiple JSON RPC requests and return the results of all calls. Another class can process server requests by registering a given object of service class and dispatching requests to be handled by that object.

No download Website Updated 11 Feb 2013 APEye

Screenshot
Pop 30.82
Vit 11.32

APEye is a jQuery widget for issuing HTTP requests, designed to help document and test APIs. With a few lines of Javascript, you can let users experiment with your API without leaving the documentation. Unlike hurl and apigee, requests are handled entirely by the client; no server-side proxy is needed.

No download Website Updated 17 Mar 2013 protobuf-rpc-pro

Screenshot
Pop 65.64
Vit 5.74

protobuf-rpc-pro is a Java developer library that provides an RPC layer for Google's Protocol Buffer services. It builds upon Netty for low-level NIO. Features include bidirectional RPC calls from client to server and from server to client. The client and server are equal communicating peers. TCP connection re-use / keep-alive, SSL encryption support, RPC call cancellation, timeout and a pluggable logging facility logging RPC call data in Protocol Buffer format are included.

Download Website Updated 11 Apr 2013 Collax Business Server

Screenshot
Pop 184.10
Vit 5.74

Collax Business Server is an all-in-one Linux server for small- and medium-sized businesses. It delivers all the important network services within a heterogeneous business environment for communication, infrastructure, compliance, groupware, and storage, all in a reliable and secure way which is easy to manage. It also provides essential security functions such as firewalling and virus and spam filtering, to protect against hacker attacks, viruses, and unsolicited email messages.

Screenshot

Project Spotlight

BeagleSNES

Software which turns your BeagleBoard-xM or BeagleBone Black hardware into a Super Nintendo Entertainment System.

Screenshot

Project Spotlight

QScintilla

A port of Scintilla to Qt.