{"id":13746382,"url":"https://github.com/cymen/clojure-netty","last_synced_at":"2026-01-11T08:54:38.531Z","repository":{"id":2705418,"uuid":"3699281","full_name":"cymen/clojure-netty","owner":"cymen","description":"Basic example of using netty with Clojure","archived":false,"fork":false,"pushed_at":"2013-03-22T13:50:50.000Z","size":103,"stargazers_count":25,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-15T19:37:25.508Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cymen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-03-12T19:58:26.000Z","updated_at":"2024-03-16T21:57:14.000Z","dependencies_parsed_at":"2022-09-19T01:51:43.865Z","dependency_job_id":null,"html_url":"https://github.com/cymen/clojure-netty","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cymen%2Fclojure-netty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cymen%2Fclojure-netty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cymen%2Fclojure-netty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cymen%2Fclojure-netty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cymen","download_url":"https://codeload.github.com/cymen/clojure-netty/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253209236,"owners_count":21871613,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T06:00:52.775Z","updated_at":"2026-01-11T08:54:38.471Z","avatar_url":"https://github.com/cymen.png","language":"Clojure","funding_links":[],"categories":["Clojure"],"sub_categories":[],"readme":"# clojure-netty\nPlaying with netty in Clojure.\n\n## Usage\n    lein deps\n    lein run\n\n## Source origin\nhttp://stackoverflow.com/questions/1735776/server-programming-with-clojure\n\n## Sending a message\n\nThe default port is 5000. You can telnet to localhost 5000 and send the\nserver a message which it will print to the server's console (so of course\nopen up two terminals). If 5000 doesn't work, start the server a second\ntime (while the first is still running) and you should get an error message\nwith the port number.\n\nExample:\n\n    /dev/clojure-netty cvig (master)$ telnet localhost 5000\n    Trying ::1...\n    Connected to localhost.\n    Escape character is '^]'.\n    StackOverflow is pretty cool\n    ^]\n    telnet\u003e quit\n    Connection closed.\n\nServer console:\n\n    /dev/clojure-netty cvig (master)$ lein run\n    #\u003cDefaultChannelPipeline DefaultChannelPipeline{(handler = clojure_netty.core.proxy$org.jboss.netty.channel.SimpleChannelHandler$0)}\u003e\n    Connected: #\u003cNioAcceptedSocketChannel [id: 0x20a697ec, /0:0:0:0:0:0:0:1%0:57120 =\u003e /0:0:0:0:0:0:0:1%0:5000]\u003e\n    Message: StackOverflow is pretty cool\n     from #\u003cNioAcceptedSocketChannel [id: 0x20a697ec, /0:0:0:0:0:0:0:1%0:57120 =\u003e /0:0:0:0:0:0:0:1%0:5000]\u003e\n    Disconnected: #\u003cNioAcceptedSocketChannel [id: 0x20a697ec, /0:0:0:0:0:0:0:1%0:57120 :\u003e /0:0:0:0:0:0:0:1%0:5000]\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcymen%2Fclojure-netty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcymen%2Fclojure-netty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcymen%2Fclojure-netty/lists"}