https://github.com/desertbit/bulldozer
Bulldozer - A Rock Solid and Secure Web Framework
https://github.com/desertbit/bulldozer
Last synced: 6 months ago
JSON representation
Bulldozer - A Rock Solid and Secure Web Framework
- Host: GitHub
- URL: https://github.com/desertbit/bulldozer
- Owner: desertbit
- License: apache-2.0
- Created: 2015-05-12T15:46:11.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-09-13T14:55:56.000Z (almost 9 years ago)
- Last Synced: 2024-06-20T05:04:10.257Z (about 2 years ago)
- Language: Go
- Size: 3.81 MB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Bulldozer - A Rock Solid and Secure Web Framework
***This project is deprecated. It is stable to use, but far from ready.***
The Bulldozer Framework focuses on high security. There are no HTML form request or any further POST and GET requests as used in normal web applications. A new secure transport and communication layer is added to the web application. Each request is authenticated by unique tokens saved on the server side. A new session store was developed for this. Server push messages to the client are as easy as requests to the server.
There is a helper service called bulldoze. Check the README in the bulldoze directory.
Further documentation will follow soon.