 carterc
		
			carterc
		
		
		
		
		
		
		
		
	
			07-11-2014 12:40 PM
I am currently implementing a web page to be served by the NI sbRIO 9636. I was able to get html, css, and js served just fine. I am curious if there is a way to implement gzip compression to help with page load times?
Solved! Go to Solution.
 mikeporter
		
			mikeporter
		
		
		 
		
		
		
		
		
	
			07-11-2014 11:16 PM
No, to do things like that you will have to use a real web server. The good news though is that its not very hard, and very robust -- unlike the LV web server.
Mike...
07-14-2014 11:29 AM
So you are saying it is possible to install a web server like apache on an NI board? Any resources you recommend for someone like myself to learn the basics of what is possible with the NI boards?
 mikeporter
		
			mikeporter
		
		
		 
		
		
		
		
		
	
			07-14-2014 11:50 AM
Ok, a couple points:
The point of my post was that there are certain limitations in the LV webserver that you may have to find your way around.
Mike...