Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kezhenxu94/nettoy
A bottom-up approach to learn the Netty project
https://github.com/kezhenxu94/nettoy
build-your-own-x eventloop nettoy netty networking nio reactor tutorial-code tutorial-sourcecode tutorials
Last synced: 20 days ago
JSON representation
A bottom-up approach to learn the Netty project
- Host: GitHub
- URL: https://github.com/kezhenxu94/nettoy
- Owner: kezhenxu94
- License: apache-2.0
- Created: 2019-01-26T03:25:30.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2021-12-27T10:49:20.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T09:58:32.930Z (7 months ago)
- Topics: build-your-own-x, eventloop, nettoy, netty, networking, nio, reactor, tutorial-code, tutorial-sourcecode, tutorials
- Language: Java
- Homepage: http://github.com/netty/netty
- Size: 3.16 MB
- Stars: 30
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nettoy
A bottom-up approach to learn the [Netty](http://github.com/netty/netty) project, by creating your own **Net**ty **toy**.
![Feynman](blog/feynman.png)
## Table of Content
- [Build Your Own Netty - Foreword](blog/0.%20Build%20Your%20Own%20Netty%20-%20Foreword.md)
- [Build Your Own Netty - Start from BIO](blog/1.%20Build%20Your%20Own%20Netty%20-%20Start%20from%20BIO.md)
- [Build Your Own Netty - Move to NIO](blog/2.%20Build%20Your%20Own%20Netty%20-%20Move%20to%20NIO.md)
- [Build Your Own Netty - Reactor Pattern](blog/3.%20Build%20Your%20Own%20Netty%20-%20Reactor%20Pattern.md)
- [Build Your Own Netty - Event Driven](blog/4.%20Build%20Your%20Own%20Netty%20-%20Event%20Driven)
- Netty - An Overview
- Netty Core Components - EventLoop
- Netty Core Components - Channel
- Netty Core Components - Handler
- Netty Core Components - Pipeline
- Netty Performance (Series)