https://github.com/egorbo/crosschat-xamarin.forms
A chat application implemented using Xamarin.Forms and DDD + MVVM
https://github.com/egorbo/crosschat-xamarin.forms
Last synced: about 1 year ago
JSON representation
A chat application implemented using Xamarin.Forms and DDD + MVVM
- Host: GitHub
- URL: https://github.com/egorbo/crosschat-xamarin.forms
- Owner: EgorBo
- License: apache-2.0
- Created: 2014-06-02T08:54:42.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-01-28T06:32:03.000Z (over 10 years ago)
- Last Synced: 2025-04-02T11:05:55.689Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 40.1 MB
- Stars: 317
- Watchers: 54
- Forks: 137
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CrossChat
============
Want to learn a new technology\framework\language\etc ? - write a chat app! So did I. This app allows anyone to chat (and even to send images!) in the global chat room on his **WP8**, **iOS** or **Android** smartphone.
Server side is built using **DDD** approach, data is stored in SQL using Entity Framework Code First, and transmitted using low level sockets (I created my own WCF :)
Client side is built using amazing **Xamarin.Forms** with MVVM approach.


**Video:**
[](http://www.youtube.com/watch?v=b_M1hl9G0nQ)
Authors
-------
Egor Bogatov