Coder Social home page Coder Social logo

skype2's Introduction

Skype2 - It's the future!

A desktop chat client, based on the successes of Discord, with the look and feel of Skype.

Skype2 is a Discord-based Skype reboot, serving as an example of a full-scale chat application written entirely in C#.

Skype2 Architecture

The Skype2 core will consist of the following components:

  • A WPF desktop client (C# and XAML).
    • Using the Caliburn.Micro framework to accomplish the MVVM design pattern.
  • HTTP REST server endpoint (C#).
    • Using ASP.NET Core to expose a WebAPI.
    • Interacts with a PostgreSQL database service.
      • Performs CRUD operations on the database using the EntityFramework ORM (Object-Relational Mapper).
  • TCP socket server endpoint (C#).
    • Using the SimpleTCP library to build a real-time connection between clients for message transmission.

The above-listed components form the main Skype2 experience and are fully written in C#.

Future Planning

In addition, Skype2 may, in the future, implement some or all of the following:

  • Redis in-memory database store.
  • JavaScript-based web and desktop client.
  • Alternative PHP REST server endpoint using Laravel.
  • Alternative C++ TCP socket server.

Skype2 Preview

Login

Skype2 Login

Register

Skype2 Register

Main Chat Interface

Skype2 Preview

skype2's People

Contributors

aleksbgbg avatar

Watchers

James Cloos avatar

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.