j

jfire-socket

Jfire - socket is a server-side framework based on AIO. Users only need a simple implementation of a business logic processing interface can be the business data processing. The framework provides the client and server at the same time. Have strong connection capacity. Single server provides tens of thousands of connections.
www.jfire.link
The Apache Software License, Version 2.0
linbin
Files download
File Operation
jfire-socket-1.0.jar download
jfire-socket-1.0.pom download
jfire-socket-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>link.jfire</groupId>
  <artifactId>jfire-socket</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'link.jfire:jfire-socket:1.0'
Gradle Kotlin
implementation("link.jfire:jfire-socket:1.0")
Scala SBT
libraryDependencies += "link.jfire" % "jfire-socket" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='link.jfire', module='jfire-socket', version='1.0')
)
Apache Ivy
<dependency org="link.jfire" name="jfire-socket" rev="1.0" />
Leiningen
[link.jfire/jfire-socket "1.0"]
Apache Buildr
'link.jfire:jfire-socket:jar:1.0'