Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Bordet2015-02-11 15:18:07 +0000
committerSimone Bordet2015-02-11 15:18:07 +0000
commitbe860741d557956c684fdcf989303a1b1d24009f (patch)
treefcc401ee4f650e1c343c35737535c66b922529e7 /README.md
parente19ed33341cf39561728121965a25e7124265f26 (diff)
downloadorg.eclipse.jetty.project-be860741d557956c684fdcf989303a1b1d24009f.tar.gz
org.eclipse.jetty.project-be860741d557956c684fdcf989303a1b1d24009f.tar.xz
org.eclipse.jetty.project-be860741d557956c684fdcf989303a1b1d24009f.zip
459655 - Remove SPDY and NPN.
Cleanup of javadocs, comments, XML and other text files.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6ff039659d..9b53ea86d0 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,13 @@
Project description
============
-Jetty is a lightweight highly scalable java based web server and servlet engine. Our goal is to support web protocols like HTTP, HTTP/2, SPDY, and WebSocket in a high volume low latency way that provides maximum performance while retaining the ease of use and compatibility with years of servlet development. Jetty is a modern fully async web server that has a long history as a component oriented technology easily embedded into applications while still offering a solid traditional distribution for webapp deployment.
+Jetty is a lightweight highly scalable java based web server and servlet engine.
+Our goal is to support web protocols like HTTP, HTTP/2 and WebSocket in a high
+volume low latency way that provides maximum performance while retaining the ease
+of use and compatibility with years of servlet development. Jetty is a modern
+fully async web server that has a long history as a component oriented technology
+easily embedded into applications while still offering a solid traditional
+distribution for webapp deployment.
- [https://projects.eclipse.org/projects/rt.jetty](https://projects.eclipse.org/projects/rt.jetty)

Back to the top