Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ratanshreshtha/intro-to-http-and-https
https://github.com/ratanshreshtha/intro-to-http-and-https
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ratanshreshtha/intro-to-http-and-https
- Owner: RatanShreshtha
- License: mit
- Created: 2019-07-14T15:55:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-23T17:51:19.000Z (over 2 years ago)
- Last Synced: 2024-10-31T08:36:26.377Z (about 2 months ago)
- Language: Jupyter Notebook
- Size: 158 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Intro-To-HTTP-and-HTTPS
A simple introduction to HTTP and HTTPS, the most popular protocols of the internet.
## How to use it ?
I have created this presentation in **jupyter notebook** with **RISE** plugin. TO get it up and running you need to have `pipenv` installed in your machine.
To get the presentation up and running use following commands
```
$ git clone https://github.com/RatanShreshtha/Intro-To-HTTP-and-HTTPS.git
$ cd Intro-To-HTTP-and-HTTPS
$ pipenv install
$ pipenv shell
$ jupyter notebook
```And got to http://localhost:8888/notebooks/Intro%20To%20HTTP%20and%20HTTPS.ipynb and start slideshow.