Skip to content

A basic implementation of a NIO server in Java.

Notifications You must be signed in to change notification settings

ICY105/JavaNIOServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A basic implementation of an NIO server that accepts TCP and UDP connections on the same port. Runs a simple database that stores and retrieves events (consisting of name, description, date, and group) based on commands received from the network. Has a simple client for sending messages to the server. Can be toggled between TCP and UDP.

Created for Network Programming class.

About

A basic implementation of a NIO server in Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages