{"id":67385,"library":"simple","title":"Simple HTTP Framework","description":"High performance asynchronous HTTP server and client framework for Java.","status":"active","version":"5.1.6","language":"java","source_language":null,"source_url":"http://simpleweb.svn.sourceforge.net/viewvc/simpleweb.tags/simple-5.1.6","tags":["http","server","asynchronous","simple"],"install":[{"cmd":"<dependency>\n  <groupId>org.simpleframework</groupId>\n  <artifactId>simple</artifactId>\n  <version>5.1.6</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.simpleframework:simple:5.1.6'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"Container","correct":"org.simpleframework.http.core.Container"}],"quickstart":{"code":"import org.simpleframework.http.core.Container;\nimport org.simpleframework.http.Request;\nimport org.simpleframework.http.Response;\nimport org.simpleframework.http.core.ContainerServer;\n\npublic class Example implements Container {\n    public void handle(Request req, Response resp) {\n        try {\n            resp.getPrintStream().println(\"Hello World\");\n        } catch (Exception e) {}\n    }\n\n    public static void main(String[] args) throws Exception {\n        new ContainerServer(new Example()).start();\n    }\n}","lang":"java","description":"Create a simple HTTP server using the Simple framework."},"warnings":[{"fix":"Consider modern alternatives like Netty or Vert.x.","message":"Project appears unmaintained; last release 5.1.6 from 2013.","severity":"gotcha","affected_versions":"*"}],"env_vars":null,"search_vec":"'asynchron':6,16 'client':10 'framework':3,11 'high':4 'http':2,7,14 'java':13 'perform':5 'server':8,15 'simpl':1,17","created_at":"2026-06-17T17:36:34.338462+00:00","updated_at":"2026-06-17T17:36:34.338462+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":"http://www.simpleframework.org","github":null,"docs":"https://appdoc.app/artifact/org.simpleframework/simple/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}