Instant messenger application implemented using Spark Java, Angular 2 and WPF.
- The application is hosted on an AWS EC2 instance, and can be accessed at: http://ec2-52-56-74-93.eu-west-2.compute.amazonaws.com:4200.
- The native Windows client can be downloaded here: https://github.com/enthusiast94/instant-messenger/raw/master/WpfClient/InstantMessenger.rar
Navigate to client
directory and run the following commands:
npm install
npm start
The application can then be accessed from the browser at the following URL:
http://localhost:4200
Open WpfClient
solution in Visual Studio and click 'Start'.
Navigate to server
directory and run the following commands:
mvn clean package
java -jar target/instant-messenger-server-1.0-jar-with-dependencies.jar
Navigate to server
directory and run the following command:
mvn test