Skip to content
/ gnet Public

Asynchronous client and server networking library, Fast AF Booooiiii

Notifications You must be signed in to change notification settings

54k/gnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gwynt

Asynchronous client and server networking library. Supports both tcp and udp with multicasting server and clients.

Usage:

Project requires jdk8 for compilation. Refer to example project for usage showcase.

Running examples:

  • cd main project directory
  • mvn clean install
  • cd gwynt-examples
  • mvn exec:java
  • Open 3000 port and 3001 port with your browser
  • port 3000 - old thread-per-channel model
  • port 3001 - reactor-based model

About

Asynchronous client and server networking library, Fast AF Booooiiii

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages