https://github.com/zakaton/pink-trombone-websockets
https://github.com/zakaton/pink-trombone-websockets
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zakaton/pink-trombone-websockets
- Owner: zakaton
- License: gpl-3.0
- Created: 2023-02-22T15:38:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-03T20:40:52.000Z (about 3 years ago)
- Last Synced: 2024-12-29T10:27:58.333Z (over 1 year ago)
- Language: JavaScript
- Size: 92.4 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pink-trombone-websockets
On macOS:
for the security stuff, run the command in the terminal:
`sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout ./key.pem -out cert.pem`
Windows is the same but without `sudo`, if you have openssl installed
put the \*.pem files in the /pink-trombone-websockets/sec/ folder
install https://code.visualstudio.com/ & https://nodejs.org/en/
install npm in terminal: sudo npm install
install yarn in VS Code terminal: yarn install
start localhost: yarn start
open https://localhost/ in chrome
for auto-playing audio, close all chrome windows and open chrome using this command in the terminal:
`/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --autoplay-policy=no-user-gesture-required`