Glimpse / Glimpse.Prototype

Glimpse v2 prototype
MIT License
184 stars 44 forks source link

Cross Platform Testing #75

Open nikmd23 opened 8 years ago

nikmd23 commented 8 years ago

Test that Glimpse Server, Agent and Client work cross OS and Browser.

Of specific concern are OSX, Safari and IE.

HUGE bonus if we can get it running with multiple WFE's in Azure Websites

peterblazejewicz commented 8 years ago

:+1: Can somehow help with this? (OS X)

avanderhoorn commented 8 years ago

@peterblazejewicz Would be great to know that you can run it on your project in OSX. Also, if you are interested in getting the source, knowing that you can build it from source, run it, debug it, etc. Also if you can run the different samples (i.e. Agent and Server in the same process vs Agent and Server being in different processes).

nikmd23 commented 8 years ago

I'd also like to know how it works with other web servers. Are you just using Kestrel, or Apache, NGINX or something else?

peterblazejewicz commented 8 years ago

@avanderhoorn I've been trying to just run forked repo sample projects on OS X, adding some changes (e.g. enforcing beta8/RC1 Kestrel web server only) - but I never succeeded. The project runs for few moments and then quits, e.g. complaining about missing httpApi if I remember well (sorry, I'm at work with PC). I've seen you've made a branch for beta8, but I assume that during Connect() other branch was used. I"ll made a gists later today from all projects and posts links Thanks!