Projects tagged ‘netty’


[7 total ]

26 Users
   

Lightweight REST framework for Java Do you want to embrace the architecture of the Web and benefit from its simplicity and scalability? Leverage our innovative REST engine and start blending ... [More] your Web Sites and Web Services into uniform Web Applications! [Less]
Created over 3 years ago.

9 Users

The Netty project is an effort to provide an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol ... [More] servers and clients. In other words, Netty is a NIO client server framework which enables quick and easy development of network applications such as protocol servers and clients. It greatly simplifies and streamlines network programming such as TCP and UDP socket server. [Less]
Created about 1 year ago.

0 Users

用Netty创建一个异步访问http的客户端demo
Created 3 months ago.

0 Users
 

ADBCJ is an asynchronous database driver framework for the Java platform.
Created about 1 year ago.

0 Users

ImageSpider-J is an image spider that allows for quick and easy downloading of all image links on a web page. Additional features include recursive depth-limited discovery where additional pages ... [More] linked from the seed page are parsed for images as well up to a user specified depth. Non-blocking I/O is leveraged using the Netty NIO framework to allow for efficient handling of many concurrent connections. HTML parsing is handled via the open-source HTMLCleaner library. [Less]
Created about 1 month ago.

0 Users

The Bayeux protocol is highly suited for uses where HTTP servers want to send data without a request before. Although it's not widely used now, I believe it will be as important as Ajax in WEB 2.0 ... [More] scenes, like web IMs, web games. Netty is an excellent basic communication facility, and it doesn't limit to server or client. This project is to implement a Bayeux codec on top of it. By that, you can develop RIA more easily and effectively. [Less]
Created 7 months ago.

0 Users

This is a Java implementation of the daemon (server) side of the memcached protocol. Memcache is a network accessible key/value storage system, often used as a distributed cache. Jmemcached is ... [More] functionally equivalent in most respects to (native code) memcached, but is written in pure Java, and is thus suitable for: * Portable or Java-only distributions of applications * Embedding inside applications * Integration testing [Less]
Created 10 months ago.