https://github.com/t-88/safe-engine
simple and safe browser engine
https://github.com/t-88/safe-engine
Last synced: 2 months ago
JSON representation
simple and safe browser engine
- Host: GitHub
- URL: https://github.com/t-88/safe-engine
- Owner: t-88
- License: mit
- Created: 2023-12-11T18:59:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-19T17:23:08.000Z (over 1 year ago)
- Last Synced: 2025-02-01T23:44:54.199Z (4 months ago)
- Language: Python
- Size: 1.28 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# safe browser
safe as in slow as fuck engine, is a browser engine written in python **only works with http and https version 1.0**
fellowing [browser engineering website](https://browser.engineering/).# Steps
those are the steps i am taking to build the safe engine, i will get to doing exos.
- [ ] implement HTTP/1.0 and HTTP/1.1 protocol
- [x] implementation
- [ ] exercises
- [ ] render the http reponse body aka the website
- [x] implementation
- [ ] exercises
- [x] implement a simple html parser
- [x] implementation## ScreenShots
### Simple Ui With Scrolling

### Search Bar + Simple Html Preview
