Admin-Ahead Community

Windows => General Windows => Topic started by: dustin on August 30, 2014, 12:55:27 pm

Title: Enabling WebSocket protocol support on Windows Server 2012
Post by: dustin on August 30, 2014, 12:55:27 pm
WebSocket is a protocol providing full-duplex communications channels over a single TCP connection. Developers can use this functionality to create applications that implement two-way communications over the Internet between a client and server.

To enable this support, use the following steps:

1) Open Server Manager -->Manage -->Roles and Features
2)Select Role-based or Feature-based Installation, and then click Next.
3)Select the server and then click Next.
4)Expand Web Server (IIS) in the Roles tree, then expand Web Server, and then expand Application Development.
5)Select WebSocket Protocol, and then click Next.
6)Click Install.
When the installation completes, click Close to exit the wizard.

===