An open API service indexing awesome lists of open source software.

https://github.com/stefanoschrs/go-brev

Browser Remote Event Viewer in GO
https://github.com/stefanoschrs/go-brev

Last synced: 2 months ago
JSON representation

Browser Remote Event Viewer in GO

Awesome Lists containing this project

README

        

# Browser Remote Event Viewer in GO

To start client:
- `cd client && harp server -p 8081`

To generate the required certificate:
- `openssl genrsa -out cert.key 2048`
- `openssl ecparam -genkey -name secp384r1 -out cert.key`
- `openssl req -new -x509 -sha256 -key cert.key -out cert.pem -days 3650`