https://github.com/apache/mina
Mirror of Apache MINA
https://github.com/apache/mina
java mina network-client network-server
Last synced: 7 months ago
JSON representation
Mirror of Apache MINA
- Host: GitHub
- URL: https://github.com/apache/mina
- Owner: apache
- License: apache-2.0
- Created: 2009-05-21T01:13:51.000Z (over 16 years ago)
- Default Branch: trunk
- Last Pushed: 2025-03-03T22:20:44.000Z (10 months ago)
- Last Synced: 2025-04-18T20:05:54.583Z (8 months ago)
- Topics: java, mina, network-client, network-server
- Language: Java
- Size: 16 MB
- Stars: 911
- Watchers: 98
- Forks: 431
- Open Issues: 3
-
Metadata Files:
- Readme: README.txt
- License: LICENSE
Awesome Lists containing this project
- awesome-java - Apache MINA
README
Apache MINA is a network application framework which helps users
develop high performance and high scalability network applications
easily.
=========
Compiling
=========
You need Apache maven 3.0 or more, Java 7 or more (both Oracle and OpenJDKshould work).
> mvn install
and you are done !
Refer to the examples in the examples sub projet or the documentation at http://mina.apache.org for more details.
=========
License
=========
See the LICENCE file.