allancoding / racer

Reverse engineered Chrome Experiment RACER

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Racer

Reverse engineered Chrome Experiment RACER

Getting Started

Server

If you enable https you will need to create an SSL certificate and key using the following commands:

openssl req -nodes -new -x509 -keyout ssl/server.key -out ssl/server.cert

Edit config.json as necessary.

{
    "port": "3000",
    "https": false,
}

port is the port the server will listen on. https is a boolean value that determines whether the server will use https or not.

Start the server by running:

npm i
npm start

Client

Connect to the client via <domain-or-ip-of-server>/racer/

About

Reverse engineered Chrome Experiment RACER

License:Apache License 2.0


Languages

Language:JavaScript 96.1%Language:CSS 2.1%Language:HTML 1.8%