https://github.com/ngallagher/simpleframework
Simple Framework
https://github.com/ngallagher/simpleframework
Last synced: 11 months ago
JSON representation
Simple Framework
- Host: GitHub
- URL: https://github.com/ngallagher/simpleframework
- Owner: ngallagher
- Created: 2012-05-05T07:55:04.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T00:45:21.000Z (over 3 years ago)
- Last Synced: 2025-03-31T05:41:26.501Z (12 months ago)
- Language: Java
- Size: 37.6 MB
- Stars: 182
- Watchers: 18
- Forks: 38
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-java - Simple
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/)