{"id":55908,"library":"grizzly-http-server","title":"Grizzly HTTP Server","description":"Grizzly HTTP Server is a lightweight, high-performance HTTP server framework.","status":"active","version":"5.0.0","language":"java","source_language":null,"source_url":"https://github.com/eclipse-ee4j/glassfish-grizzly","tags":["http","server","grizzly","networking"],"install":[{"cmd":"<dependency>\n  <groupId>org.glassfish.grizzly</groupId>\n  <artifactId>grizzly-http-server</artifactId>\n  <version>5.0.0</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.glassfish.grizzly:grizzly-http-server:5.0.0'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"HttpServer","correct":"org.glassfish.grizzly.http.server.HttpServer"}],"quickstart":{"code":"import org.glassfish.grizzly.http.server.HttpServer;\nimport org.glassfish.grizzly.http.server.NetworkListener;\n\nHttpServer server = new HttpServer();\nNetworkListener listener = new NetworkListener(\"grizzly\", \"localhost\", 8080);\nserver.addListener(listener);\nserver.start();","lang":"java","description":"Create and start a Grizzly HTTP server on port 8080."},"warnings":[],"env_vars":null,"search_vec":"'framework':15 'grizzli':1,4,18 'high':11 'high-perform':10 'http':2,5,13,16 'lightweight':9 'network':19 'perform':12 'server':3,6,14,17","created_at":"2026-06-15T10:12:38.308380+00:00","updated_at":"2026-06-15T10:12:38.308380+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://eclipse-ee4j.github.io/glassfish-grizzly","github":"https://github.com/eclipse-ee4j/glassfish-grizzly","docs":"https://appdoc.app/artifact/org.glassfish.grizzly/grizzly-http-server/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}