Skip to content

A WebSocket compatible Node server that renders the service worker registration process specified in the TompHTTP Proxy Model completely server side by running it with JSDOM.

Notifications You must be signed in to change notification settings

YotsubaBeat/SSRWSS-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Server Side Rendered WebSocket Node Server

A WebSocket compatible Node server that renders the service worker registration process specified in the TompHTTP Proxy Model completely server side by running it with JSDOM.

For usage, connect the SSRWSS-client with a deployed SSRWSS and run it on your web browser.

Dependencies

Requires the NodeJS javascript framework to run.

Benefits

With the use of SSRWSS-client, the protocol can be runned with only the use of a plain HTML document file runned on a web browser, making it practiculary impossible for web restriction extensions to block you from using the internet.

With the use of the URL configuration in config.ini, you can almost completely hide your entire backend from the host you are deploying SSRWSS to by setting the URL to the URL of a external server that hosts the backend/ directory.

The http/ directory provides alternative HTML documents which can be runned by the HTTP server, including a real-time request analytics for administrative management, and more.

With the use of the session logging feature, you can receive session establishment statistics to your specific WSS

Configuration

Navigate to uv/uv.config.js for configuration of the bare server and service prefix.

For configuration of anything else, including URL, server port, session logging feature and filepath of HTML document runned by ExpressJS, please navigate to config.ini.

About

A WebSocket compatible Node server that renders the service worker registration process specified in the TompHTTP Proxy Model completely server side by running it with JSDOM.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published