t-io 3.5.9 release, enterprise-oriented one million open source network in Taiwan

Front Description
1, t-io is often used to compare before and netty, t-io has been the focus and netty are not the same, t-io prefer to service applications, spring is more like a network of framework netty ---- blanket (neutral word here), but it does not tend to provide services API
2, t-io community also t-io in the end is what to feel confused ---- is a networking framework, but do a lot of things on the business
both more than 3, taken together, may now have a more appropriate term to describe what t-io, the term is " network station ", the so-called "in Taiwan", in a few years ago, called " rapid development platform ", which is not difficult to come: " t-IO is a rapid web development platform " positioning
4, t-io had been no threshold for the majority of developers, two years down deeply difficult to reach, a person can not afford to carry so much pressure to ask for services and other things, so the t-io last year set the tone for open source free , but the service -oriented enterprise "work"


This update
1, Tio.java method to add a set of tools to facilitate the use
    getByIp ()
    removeSet ()
    removeIp ()
    removeGroup ()
    removeUser ()
    removeToken ()
    closeSet ()
    closeIp ()
    closeGroup ()
    closeUser ()
    closeToken ( )
2, POM upgrade
3, other insignificant small modifications

pom latest coordinates

<dependency>
    <groupId>org.t-io</groupId>
    <artifactId>tio-core</artifactId>
    <version>3.5.9.v20200214-RELEASE</version>
</dependency>

If you are using tio-websocket

<dependency>
    <groupId>org.t-io</groupId>
    <artifactId>tio-websocket-server</artifactId>
    <version>3.5.9.v20200214-RELEASE</version>
</dependency>

If you are using tio-http

<dependency>
    <groupId>org.t-io</groupId>
    <artifactId>tio-http-server</artifactId>
    <version>3.5.9.v20200214-RELEASE</version>
</dependency>

Routine description
has now set up a company full-time care t-io and ecological products, but the company has just started, the first year of the first order to survive as the main objective, after survival is no problem, will invest funds for the surrounding ecological development, to the open source might part of R & D results

Guess you like

Origin www.oschina.net/news/113358/t-io-3-5-9-released