# Micro app with HTTPS ## How to use Download the example [or clone the repo](https://github.com/vercel/micro): ```bash curl https://codeload.github.com/vercel/micro/tar.gz/master | tar -xz --strip=2 micro-master/examples/with-https cd socket.io-chat-app ``` Install it and run: ```bash npm install npm run start ``` ## The idea behind the example Shows how to make use of HTTPS requests with micro.