Skip to content
/ Aiolos Public

Aiolos is a toy websocket server written using JDK 7 networking (asynchronous channels). I published it mainly because of the networking part - I think we need more JDK 7 networking examples.

License

Notifications You must be signed in to change notification settings

praus/Aiolos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aiolos - toy websocket server with JDK 7 networking

Aiolos is a very simple websocket server I wrote for my networking class. It's by no means ready for any production use whatsover, but it works and I believe it can serve as a good example of using asynchronous networking channels introducedin JDK7. I had some trouble finding examples for the new JDK 7 networking when I was writing this (early 2012) so perhaps this can serve someone.

About

Aiolos is a toy websocket server written using JDK 7 networking (asynchronous channels). I published it mainly because of the networking part - I think we need more JDK 7 networking examples.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages