Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 297 Bytes

File metadata and controls

17 lines (12 loc) · 297 Bytes

Geckos.io HTTPS Test using Express.js

# install
npm i

# create certs
node createCerts.js

# run server
node index.mjs

# open browser on
https://localhost:3000/index.html

The browser should display a simple response (userData, id and localDescription) from the geckos server.