The Artima Developer Community
Sponsored Link

Java Buzz Forum
Nginx Websockets proxying guide

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
justin cater

Posts: 19616
Nickname: justin78
Registered: Mar, 2011

Justin Cater is executive editor at Java Code Geeks
Nginx Websockets proxying guide Posted: Jul 18, 2014 10:27 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by justin cater.
Original Post: Nginx Websockets proxying guide
Feed Title: Java Code Geeks
Feed URL: http://feeds.feedburner.com/JavaCodeGeeks
Feed Description: Java 2 Java Developers Resource Center
Latest Java Buzz Posts
Latest Java Buzz Posts by justin cater
Latest Posts From Java Code Geeks

Advertisement

So far in the “Introduction to Nginx” course we have installed the Nginx server on Linux, discussed its configuration options, we saw how to integrate it with the Apache web server and we examined more advanced configuration options like Load balancing and SSL Support.

In this lesson, we will focus on Nginx’s Websockets proxying capabilities. WebSocket is a protocol providing full-duplex communications channels over a single TCP connection and is designed to be implemented in web browsers and servers, but it can be used by any client or server application. Nginx supports Websockets starting in version 1.3.13 and is accessible within the core product.

In order to test drive this feature, we will also build a quick Node.js application in order to better assess the Websockets capabilities of Nginx.

Get started here

Read: Nginx Websockets proxying guide

Topic: Future Java 7 security patches will work on Windows XP despite end of official support Previous Topic   Next Topic Topic: How to get JSON response from JSF?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use