An open API service indexing awesome lists of open source software.

https://github.com/ngallagher/simpleframework

Simple Framework
https://github.com/ngallagher/simpleframework

Last synced: 11 months ago
JSON representation

Simple Framework

Awesome Lists containing this project

README

          

SimpleFramework
===============

The goal of Simple is to bring simplicity, scalability, and performance to server side Java.
The primary focus of the project is to provide a truly embeddable
Java based HTTP and WebSocket engine capable of handling enormous loads. Simple provides
a truly asynchronous service model, request completion is driven using an
internal, transparent, monitoring system. This allows Simple to
vastly outperform most popular Java based servers in a multi-tier environment,
as it requires only a very limited number of threads to handle very high
quantities of concurrent clients. Simple has consistently out performed both commercial
and open source Java Servlet engines and WebSocket platforms and has a fully comprehensive API that is
as usable for experienced Java developers as it is for beginners. Best of all,
Simple is completely free, and is released under the terms of the Apache
License, which ensures its availability for use by open
source and proprietary developers alike.

[http://www.simpleframework.org/](http://www.simpleframework.org/)