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

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

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
![Simple Ui With Scrolling](./screenshots/simple_ui_interface_with_scrolling.gif)
### Search Bar + Simple Html Preview
![Search Bar](./screenshots/search_engine_html_parser.gif)