https://github.com/code-shoily/netty-pg
Netty Playground with Clojure
https://github.com/code-shoily/netty-pg
Last synced: 7 months ago
JSON representation
Netty Playground with Clojure
- Host: GitHub
- URL: https://github.com/code-shoily/netty-pg
- Owner: code-shoily
- License: epl-1.0
- Created: 2015-03-05T19:59:28.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-05T20:00:16.000Z (over 11 years ago)
- Last Synced: 2024-12-29T02:31:11.252Z (over 1 year ago)
- Language: Clojure
- Size: 109 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# netty-pg
My feeble attempt to convert some Netty 4.1 code into Clojure. I don't think they will be Clojuric right away since I am trying to grok how to access Netty with Clojure and get a handle on the Java interop along the way. I know there are amazing stuff like Aleph but my target for this attempt is to play with raw netty as opposed to libraries built on top of it.
## Usage
Well, at the moment only echo server, time server and discard server are created (From the doc; I only had an hour). Many more to come.
## License
Copyright © 2015 Code SHOILY
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.