Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luigiellebalotta/ellappcore
EllApp .NET Core version
https://github.com/luigiellebalotta/ellappcore
apache-cordova chat-application chatapp chatting mobile-app netcore whatsapp
Last synced: about 1 month ago
JSON representation
EllApp .NET Core version
- Host: GitHub
- URL: https://github.com/luigiellebalotta/ellappcore
- Owner: LuigiElleBalotta
- License: mit
- Created: 2017-12-04T09:15:09.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-18T16:03:45.000Z (almost 7 years ago)
- Last Synced: 2024-10-15T17:25:22.450Z (about 1 month ago)
- Topics: apache-cordova, chat-application, chatapp, chatting, mobile-app, netcore, whatsapp
- Language: JavaScript
- Size: 3.72 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EllApp [![Build Status](https://travis-ci.org/LuigiElleBalotta/EllAppCore.svg?branch=master)](https://travis-ci.org/LuigiElleBalotta/EllAppCore) [![Build status](https://ci.appveyor.com/api/projects/status/grroiho3tmfev47x/branch/master?svg=true)](https://ci.appveyor.com/project/LuigiElleBalotta/ellappcore/branch/master)
Instant Message chat for iOS, Android and Windows Phone, written with Apache Cordova with Visual Studio 2015. (In Development)
Follow these steps in order.
## How to Use
### Server Side
You can choose (for the moment) if use PHP server or C# server1. Open CMD
2. Navigate to the WebSocketChat/bin folder
3. Execute "php chat-server.php"
4. Don't close the Window#### Chat Server (C#)
1. Open the Solution
2. Compile in Release Mode.
3. If you have trouble compiling, add the DLLS into "references" folder. [Let me google it for you](http://lmgtfy.com/?q=How+to+add+reference+in+visual+studio)