Java servlet engine and webserver!
Eclipse Jetty provides a Web server and javax. servlet container, plus support for HTTP/2, WebSocket, OSGi, JMX, JNDI, JAAS and many other integrations. Jetty can be easily embedded in devices, tools, frameworks, application servers, and clusters.
More Information: https://www.eclipse.org/jetty/
Steps:
- Launch Terminal by pressing
command+space
, typeterminal
and hitEnter
key. - Run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install
brew install jetty
Done!