Giter Site home page Giter Site logo

fengyajing / netty-practical-tutorial Goto Github PK

View Code? Open in Web Editor NEW

This project forked from interviewguidedoc/netty-practical-tutorial

0.0 1.0 0.0 1.53 MB

Netty from introduction to practice: Hand-writing a simple RPC framework(Netty从入门到实战:手写一个简单的RPC框架)

netty-practical-tutorial's Introduction

netty-practical-tutorial

但凡涉及到网络通信就必然必然离不开网络编程。 Netty 目前作为 Java 网络编程最热门的框架,毫不夸张地说是每个 Java 程序员必备的技能之一。

为什么说学好 Netty 很有必要呢?

  1. Netty 基于 NIO (NIO 是一种同步非阻塞的 I/O 模型,在 Java 1.4 中引入了 NIO )。使用 Netty 可以极大地简化并简化了 TCP 和 UDP 套接字服务器等网络编程,并且性能以及安全性等很多方面都非常优秀。
  2. 我们平常经常接触的 Dubbo、RocketMQ、Elasticsearch、gRPC、Spark、Elasticsearch 等等热门开源项目都用到了 Netty。
  3. 大部分微服务框架底层涉及到网络通信的部分都是基于 Netty 来做的,比如说 Spring Cloud 生态系统中的网关 Spring Cloud Gateway 。

《Netty 从入门到实战》系列文章:

  1. 从 BIO、NIO 聊到 Netty,最后还要实现个 RPC 框架!
  2. 手把手教你实现自己的第一个 Netty 应用
  3. 大白话 Netty 核心组件分析
  4. Netty TCP粘包和拆包问题分析和解决
  5. Netty零拷贝
  6. Netty+Kyro序列化实战
  7. 从零开始带你写一个RPC框架!毕设/项目经验首选!
  8. Netty常见面试总结

netty-practical-tutorial's People

Contributors

snailclimb avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.