Skip to content
This repository has been archived by the owner on Jan 12, 2019. It is now read-only.

SignalR/java-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASP.NET SignalR For Java Samples

This projects are sample applications that use the SignalR for Java library.

Sample Chat

The signalr-sample-chat project is a console application that is prepared to hit a chat server created with this tutorial: http://www.asp.net/signalr/overview/signalr-20/getting-started-with-signalr-20/tutorial-getting-started-with-signalr-20

Stock Ticker

The stockticker project is an a console application that shows changes in the stock market, using a server built with the following project: https://github.com/SignalR/SignalR-StockTicker

Building the sources:

This projects require the SignalR Library for Java. To get it, download the sources and build the library from: https://github.com/SignalR/java-client.

After the library is built, copy it inside each sample "lib" directory

Import the following project into Eclipse workspace as Java projects: - signalr-sample-chat - stockticker

Build the workspace.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages