Websockify for Nginx. Turn any TCP connection into a web-based connection that works in your browser.

github.com/tg123/websockify-nginx-module

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

November 2019
  • Create FUNDING.yml
July 2019
  • Merge pull request #18 from vincenthcui/master
  • add nginx-lua-module to docker daemon
January 2018
  • Update README.md
  • add dockerfile
March 2016
  • support old config style proir to 1.9.11
  • fix no port in upstream by var
February 2016
  • add support for dynamic module
August 2015
  • allow GET only
  • Merge pull request #8 from bAndie91/patch-1
  • Update ngx_http_websockify_module.c
  • unix domain socket pass by variable
April 2015
  • add more usage exmaples
March 2015
  • Update README.md
  • timer checks return code now
  • upstream and downstream now will busy send until EAGAIN
  • Revert "dont flash during decode one frame"
  • dont flash during decode one frame
  • aggressively send all buffed upstream data
February 2015
  • make gcc happy