All Projects → xiantang → Jerrymouse

xiantang / Jerrymouse

Licence: mit
A scalable java servlet container base on reactor

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Jerrymouse

Watsonwebserver
Watson is the fastest, easiest way to build scalable RESTful web servers and services in C#.
Stars: ✭ 125 (+362.96%)
Mutual labels:  server, http-server
Rayo.js
Micro framework for Node.js
Stars: ✭ 170 (+529.63%)
Mutual labels:  server, http-server
Pure Http
✨ The simple web framework for Node.js with zero dependencies.
Stars: ✭ 139 (+414.81%)
Mutual labels:  server, http-server
Http.swift
A tiny HTTP server engine written in swift.
Stars: ✭ 99 (+266.67%)
Mutual labels:  server, http-server
Beast
HTTP and WebSocket built on Boost.Asio in C++11
Stars: ✭ 3,241 (+11903.7%)
Mutual labels:  server, http-server
Purescript Httpure
A web framework written in PureScript.
Stars: ✭ 112 (+314.81%)
Mutual labels:  server, http-server
Falcon
A high-performance web server for Ruby, supporting HTTP/1, HTTP/2 and TLS.
Stars: ✭ 2,058 (+7522.22%)
Mutual labels:  server, http-server
Coroute
Node HTTP reverse-proxy server
Stars: ✭ 147 (+444.44%)
Mutual labels:  server, http-server
Http
Host These Things Please - a basic http server for hosting a folder fast and simply
Stars: ✭ 275 (+918.52%)
Mutual labels:  server, http-server
Pegasus.lua
🚀 Pegasus.lua is an http server to work with web applications written in Lua language.
Stars: ✭ 274 (+914.81%)
Mutual labels:  server, http-server
Fortjs
Component based MVC web framework for nodejs targeting good code structures & modularity.
Stars: ✭ 44 (+62.96%)
Mutual labels:  server, http-server
Binserve
A blazingly fast static web server with routing, templating, and security in a single binary you can set up with zero code. ⚡️🦀
Stars: ✭ 401 (+1385.19%)
Mutual labels:  server, http-server
Nodemcu Espress
Ultra-Lightweight and modular Node.js express like http server for NodeMCU. web - ESP8266
Stars: ✭ 39 (+44.44%)
Mutual labels:  server, http-server
Hummingbird
Lightweight, flexible HTTP server framework written in Swift
Stars: ✭ 114 (+322.22%)
Mutual labels:  server, http-server
Go Bootstrap
Easy way to bootstrap a web server in Go (Routing|Middleware|Https)
Stars: ✭ 27 (+0%)
Mutual labels:  server, http-server
Miniserve
🌟 For when you really just want to serve some files over HTTP right now!
Stars: ✭ 2,894 (+10618.52%)
Mutual labels:  server, http-server
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:  server, http-server
Iodine
iodine - HTTP / WebSockets Server for Ruby with Pub/Sub support
Stars: ✭ 720 (+2566.67%)
Mutual labels:  server, http-server
Http static
File serving using tower web
Stars: ✭ 18 (-33.33%)
Mutual labels:  http-server
Cxxhttp
Asynchronous, Header-only C++ HTTP-over-(TCP|UNIX Socket|STDIO) Library
Stars: ✭ 24 (-11.11%)
Mutual labels:  http-server

JerryMouse

Introduction

This project is a web server written in Java. It parses GET, POST, PUT, DELETE requests, can handle static resources, and supports HTTP long connections.

Features

  • Servlet Container
  • Dispatcher
  • Request
  • Response
  • GET/POST
  • web.xml Parse
  • NIO
  • Static Resources
  • Cookies
  • log4j

TODO

  • Session
  • Hot Deployment
  • Filter

NIO Timing Diagram

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].