Code Monkey home page Code Monkey logo

email-client-server's Introduction

email-client-server

This is a project demonstrating the principles of socket programming in Kotlin.

Communication Networks, 5th semester of Computer Science Dept. @ Aristotle University of Thessaloniki

About

This repository essentially contains two programs, one for the mail server and one for the mail client (application).

The first one can be found in email-server/, which is a basic threaded Socket Server waiting for incoming requests. The other one can be found in email-client/, which is a TornadoFX application for the client. TornadoFX is a JavaFX framework for Kotlin which supports the Model-View-Controller (MVC) pattern.

The package that's connecting the two programs can be found in email-common/, which contains all the common entities and the request/response types that are available to both the client and the server so that they can communicate efficiently.

The JDK version that was used for development is 11.0.1+13-LTS so in case any issues with TornadoFX show up, you can try downloading that specific version to see if there's been a breaking change. The app should run on both Windows and Linux.

Compilation

You can compile this multi-project with gradle shadowJar, which will build the executable jars in email-client/build/libs/ and email-server/build/libs/ for the client and the server respectively. (This makes everything so much easier, doesn't it?!)

email-client-server's People

Contributors

din0s avatar

Watchers

 avatar

Forkers

ag-fx

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.