Archive of stories published by Sandwich Bytes

Reverse Proxy Using Jetty/Undertow

Undertow is an extremely lightweight flexible performant web server written in java, providing both blocking and non-blocking API’s based on NIO.

Jetty is another lightweight embeddable web server and servlet container.


Install Nginx, PHP-FPM, MySQL and phpMyAdmin on OS X

An Apache, MySQL, PHP stack is really easy to setup on a Mac. MAMP is a very easy solution to achieve this. Apache can be replaced with the lightweight Nginx server and an NMP stack can be created, but may take a little more time to set…


Hypermedia REST API using Spring HATEOAS

Representational state transfer ( REST), a term coined by Roy Fielding in 2000, is a software architectural style that defines a set of constraints to be used for creating Web services. Web services that follow the REST architectural style are known as…


Install ffmpeg in Raspberry Pi

In the previous post, we saw how to setup nginx web server with RTMP plugin. We will now install ffmpeg and use it to publish our own streams to the nginx RTMP url which can then be accessed via HTTP by any other client. We will compile libx264 and then ffmpeg. Compiling in…


Nginx based streaming server on Raspberry Pi

The Raspberry Pi is a credit-card sized computer that plugs into your TV and a keyboard. Several web server softwares are available for Linux-based operating systems including Raspibian, a free operating system based on Debian optimized for the…

These were the top 10 stories published by Sandwich Bytes; you can also dive into yearly archives: 2014, 2015, 2016, 2017, 2018, and 2020.