Skip to content

odarriba/chat-irc-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chat IRC server

An IRC-style chat server written in Java. You can find the client here: chat-irc-client.

It uses a binary protocol very similar (but not compatible) to original IRC protocol.

It supports multiple users, rooms and simultaneous messages. Also, it implements memory-efficient methods to support large number of users concurrently.

Source code

The source code was written during a subject in the University of Oviedo (Computer architecture). It's mainly written in English but commented in Spanish.

It implements the basic input/output layers in network and user side. Also, a basic GUI is also available.

Contributing

This project was created with the only pourpose of the original subject, but if you want to contribute to it, you are free to fork it, make the changes needed and fill a merge request.

Authors

  • Óscar de Arriba (@odarriba)
  • Nicolas Lozano (@nlozanoarguelles)
  • Pedro López (@pmareke)

About

An IRC-style chat server written in Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages