org.femtoframework.net:femto-net

Femto useful utilities

License

License

Categories

Categories

Net
GroupId

GroupId

org.femtoframework.net
ArtifactId

ArtifactId

femto-net
Last Version

Last Version

7.0.0
Release Date

Release Date

Type

Type

pom
Description

Description

Femto useful utilities
Project Organization

Project Organization

FemtoFraemwork
Source Code Management

Source Code Management

https://github.com/femtoframework/femto-net

Download femto-net

Filename Size
femto-net-7.0.0.pom 1 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/org.femtoframework.net/femto-net/ -->
<dependency>
    <groupId>org.femtoframework.net</groupId>
    <artifactId>femto-net</artifactId>
    <version>7.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.femtoframework.net/femto-net/
implementation 'org.femtoframework.net:femto-net:7.0.0'
// https://jarcasting.com/artifacts/org.femtoframework.net/femto-net/
implementation ("org.femtoframework.net:femto-net:7.0.0")
'org.femtoframework.net:femto-net:pom:7.0.0'
<dependency org="org.femtoframework.net" name="femto-net" rev="7.0.0">
  <artifact name="femto-net" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.femtoframework.net', module='femto-net', version='7.0.0')
)
libraryDependencies += "org.femtoframework.net" % "femto-net" % "7.0.0"
[org.femtoframework.net/femto-net "7.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • endpoint
  • comm
  • niep
  • gmpp

Femto-Net

Femto net is a series of network or socket related components which make your socket server, long term protocol and JVM communication easier.

Femto-Comm

Long term socket channel framework

Femto-Endpoint

Socket server and NIO server framework, it is simpler than Netty, which doesn't have memory leak.

Femto-GMPP

A fast java serialization communication protocol based on femto-comm. Which is the base of femto-service/rmi.

Femto-NIEP

A fast object marshal/de-marshal protocol which can be used for different programing languages.

org.femtoframework.net

FemtoFramework

Femto Service framework

Versions

Version
7.0.0