Home  >  Article  >  Java  >  The difference between netty framework and spring

The difference between netty framework and spring

hzc
hzcOriginal
2020-06-12 14:13:145037browse

The difference between netty framework and spring

The difference between netty framework and spring:

netty is a network communication framework, spring mvc is an open source framework, designed to solve enterprise applications development.

Related introduction to the netty framework:

Netty is a java open source framework provided by JBOSS.
Netty provides an asynchronous, event-driven network application framework and tools to quickly develop high-performance, high-reliability network server and client programs.

Introduction to the spring framework:

The Spring framework is an open source Java platform that provides a comprehensive framework for easily and quickly developing durable Java applications. infrastructure.

The Spring framework was originally written by Rod Johnson and was first released under the Apache 2.0 license in June 2003.

Recommended tutorial: "java tutorial"

The above is the detailed content of The difference between netty framework and spring. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:Why use ssm frameworkNext article:Why use ssm framework