All Projects → luffyke → learn_undertow

luffyke / learn_undertow

Licence: other
learn undertow

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to learn undertow

openapi4j
OpenAPI 3 parser, JSON schema and request validator.
Stars: ✭ 92 (+240.74%)
Mutual labels:  undertow, servlet
Android Http Server
A complete zero-dependency implementation of a web server and a servlet container in Java with a sample Android application.
Stars: ✭ 158 (+485.19%)
Mutual labels:  webserver, servlet
Cppwebframework
​The C++ Web Framework (CWF) is a MVC web framework, Open Source, under MIT License, using C++ with Qt to be used in the development of web applications.
Stars: ✭ 348 (+1188.89%)
Mutual labels:  webserver, servlet
asws
Another static web server, plus JSON REST API for exposing specified directory listings. Useful for download pages or listings asset for web applications.
Stars: ✭ 21 (-22.22%)
Mutual labels:  webserver
webfr
moved to: https://github.com/godzillaframework/godzilla.git
Stars: ✭ 13 (-51.85%)
Mutual labels:  webserver
shoppingPro
此项目是橘子网上商城的功能,按照我自己的想法实现的一个自营模式的商城应用。 目前实现了前台的功能,后台的功能,主要有登录,注册,商品展示,购物车等模块。后台面有添加商品,删除商品,商品上下架,订单管理,管理员管理,实现了E支付功能和百度地图功能.为了便于此项目日后的完善和扩展, 我采用了前后端分离的架构设计。前端主要使用javaScript,jquery,AjAX,JSP构建的单页web应用, 通过使用指令,服务,模板,控制器完成前端的MVC分层,各个模板页面的效果实现则使用了基本的CSS3等技术, 结合JS完成页面的基本交互效果。由于有实现数据库和后台模块等功能,通过AJax请求完成整个前台功能的数据交互, 后期再考虑实现一个后台管理系统及数据库系统,还有前端页面资源的异步加载及优化。
Stars: ✭ 28 (+3.7%)
Mutual labels:  servlet
anyfesto
Low cost Raspberry Pi /Linux based access point with audio, education and communications local content server. Inspired by the ideas of sharing with others. Anyfesto - a platform from which to speak.
Stars: ✭ 66 (+144.44%)
Mutual labels:  webserver
HttpServerLite
TCP-based simple HTTP and HTTPS server, written in C#.
Stars: ✭ 44 (+62.96%)
Mutual labels:  webserver
DSMRloggerWS
New firmware for the DSMRlogger heavily using WebSockets and Javascript
Stars: ✭ 29 (+7.41%)
Mutual labels:  webserver
servlet-tutorial
Material for Servlet lessons on my YouTube channel. Link to playlist in README.md
Stars: ✭ 17 (-37.04%)
Mutual labels:  servlet
SimpleWebServer
TinyWebServer的cpp11实现,代码精简,注释详尽,比原版更容易阅读上手!新增文件上传与下载功能!
Stars: ✭ 67 (+148.15%)
Mutual labels:  webserver
cookiecutter-esp32-webserver
Cookiecutter template to get you quickly started with an ESP32-based webserver project.
Stars: ✭ 13 (-51.85%)
Mutual labels:  webserver
foxpages
Visual FoxPro Multithread Web Server
Stars: ✭ 22 (-18.52%)
Mutual labels:  webserver
DevCeption
Inception Style (Docker inside Vagrant inside Host) Development Environment
Stars: ✭ 13 (-51.85%)
Mutual labels:  webserver
mf-chsdi3
api3.geo.admin.ch source code.
Stars: ✭ 35 (+29.63%)
Mutual labels:  webserver
Jarvis
APL-based web service framework supporting JSON or REST
Stars: ✭ 17 (-37.04%)
Mutual labels:  webserver
Kvantum
An intellectual (HTTP/HTTPS) web server with support for server side templating (Crush, Apache Velocity and JTwig)
Stars: ✭ 17 (-37.04%)
Mutual labels:  webserver
easy-shell
A pure Python script to easily get a reverse shell
Stars: ✭ 48 (+77.78%)
Mutual labels:  webserver
hasses
Hyper's Asynchronous Server Sent event (SSE) notification Server
Stars: ✭ 18 (-33.33%)
Mutual labels:  webserver
httplab
The interactive web server
Stars: ✭ 3,856 (+14181.48%)
Mutual labels:  webserver

深入浅出Undertow

Undertow 版本2.0.21.Final,JDK 版本1.8.0_144

官网

Undertow

内容

  1. 基础
  1. 架构
  • 2.1 XNIO 基础
  • 2.2 Undertow 架构
  • 2.3 Listeners
  • 2.4 Handlers
  • 2.5 Undertow 请求生命周期
  • 2.6 Undertow 设计模式
  • 2.7 对比 Tomcat 和 Jetty
  1. 实战
  • 3.1 使用 Undertow
  • 3.2 Servlet4.0
  • 3.3 HTTP2
  • 3.4 Websocket
  • 3.5 反向代理
  • 3.6 整合 Springboot
  1. 性能调优
  • 4.1 JVM 调优基本思路
  • 4.2 Undertow 线程池和 IO 调优
  • 4.3 如何监控 Undertow 性能
  1. 源码分析
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].