tomSawkins/fishsimulator2014

Server side MVC hooks for querying test system health

Closed this issue · 5 comments

It's probably worth adding an MVC API which the javascript can call to get the current status of the test systems.

That would require adding all the MVC dll references etc, and the hosting would need to be able to run an ASP.NET web application.

Thoughts?

I've already added the signalr stuff on a branch I think we could probably
get away with just adding WebApi rather than full MVC. but it's not a big
deal either way.

On 5 September 2014 08:52, Geoffrey Rich notifications@github.com wrote:

It's probably worth adding an MVC API which the javascript can call to get
the current status of the test systems.

That would require adding all the MVC dll references etc, and the hosting
would need to be able to run an ASP.NET web application.

Thoughts?


Reply to this email directly or view it on GitHub
#18.

Yeah just webapi stuff would be fine.

Agree with WebAPI FTW. :)

@tomSawkins - if you're working on the signalr branch you might be interested in the code at https://github.com/CloudScale/CloudScale - it's got some signalr goodness.

Closing this one out, since SignalR is in there now.