HowTo: Host SPA Project on Raspberry Pi (using Nginx server)

Nginx is another type of server that is very commonly used with modern server technologies. It is usually considered faster than the Apache server, and it also has better support for SPA web technologies than the PHP applications. It is suitable for serving applications from Raspberry Pi because of its optimal use of memory and … Read more

HowTo: Host SPA project on Raspberry Pi (using Apache server)

Apache is one of the most used servers, not only because of the cost but also for being feature-rich for decades. Not only is application development easy for Apache but it has proved itself from time to time to be reliable, safe, and fast for most web applications. For this reason, being able to run … Read more

HowTo: Host SPA project on Raspberry Pi (using Lighttpd server)

If you are trying to learn Single-Page Application(SPA) development, it’s always a good idea to take reviews for whatever UI/UX idea you are trying to implement that the end-users like. To get a first response, you can always go to your near and dear ones to test it out and get feedback about how it’s … Read more