Java HTTP-server

Java HTTP-server server based on my epoll HttpServer<HttpConnection> server = new HttpServer<>(8080); server.getUrlMapping() .append("/", (request, response) -> response.setBody("It's alive!")); serv
Information
Category: Java / Server
Watchers: 16
Star: 208
Fork: 18
Last update: Sep 24, 2023

Related Repos


47

drftpd-ng Distributed Daemon FTP Server (aka DrFTPD)
 
11

opendataio ratis-shell A project provide a shell to talk to ratis server how to build mvn clean package how to run Prepare a config file cp ./conf/ratis-shell-si
 
30

anjia0532 基于unidbg0.9.4和spring boot 2.5.3开发的高并发server服务器
 
21

ollls 100% non-blocking, Java NIO only, JSON webserver based on Scala ZIO library. Everything including TLS encryption modeled as ZIO effects, convenient route DSL similar to https4s, up to 30K TPS local JSON transaction with 25 threads on 6 cores(i7) with ZIO fibers.
 
14

huynhminhtufu A bottom-up approach to learn the network programming in Java core, by creating my own server library.
 
12.9k

http-party http-server: a command-line http server http-server is a simple, zero-configuration command-line http server. It is powerful enough for production usage, but it's simple and hackable enough to be used for testing, local dev
 
208

wizzardo Java HTTP-server server based on my epoll HttpServer<HttpConnection> server = new HttpServer<>(8080); server.getUrlMapping() .append("/", (request, response) -> response.setBody("It's alive!")); serv
 
618

rebeyond memShell a webshell resides in the memory of java web server install unzip memShell.zip cd memShell java -jar inject.jar usage anyurl?pass_the_world=pass //show this help page. anyurl?pass_th
 
Popular
3.4k

undertow-io Undertow Undertow is a Java web server based on non-blocking IO. It consists of a few different parts: A core HTTP server that supports both blocking and non-blocking IO A Servlet 4.0 implementation A JSR-356 compliant we
 
3.2k

Red5 red5-server - Red5 server core Red5 is an Open Source Flash Server written in Java that supports: Streaming Video (FLV, F4V, MP4, 3GP) Streaming Audio (MP3, F4A, M4A, AAC) Recording Client Streams (FLV and AVC+AAC in
 
3.9k

ant-media 1551 Running Instances in 110 Countries at 07:11 AM GMT on May 5, 2020 Ant Media Server Ant Media Server is an open source media server that supports: Ultra Low Latency Adaptive One to Many WebRTC Live Streamin
 
126

guikeller Jetty-Runner A plugin that allows you to quickly run Jetty from IntelliJ IDEA. If you require full support please consider buying the IntelliJ IDEA Enterprise Edition. This plugin should be Win / Mac / Linux compatible. Pleas
 
1.1k

OpenLiberty Summary A lightweight open framework for building fast and efficient cloud-native Java microservices: Open Liberty is fast to start up with low memory footprint and live reload for quick iteration. Sim
 
861

payara About Payara The Payara Foundation is a non-profit foundation whose mission is to ensure the continued development and maintenance of Payara Server and Payara Micro as open source software for the benefit of its community of users.
 
6.7k

NanoHttpd NanoHTTPD – a tiny web server in Java NanoHTTPD is a light-weight HTTP server designed for embedding in other applications, released under a Modified BSD licence. It is being developed at Github and uses Apache Maven for builds