Skip to content

ahmedkhalf/SimpleHttpTodo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

SimpleHttpTodo

image

A stupidly simple todo app. Created http server from scratch using only the standard library with sockets

Features

  • Gracefully quits when receiving SIGINT
  • Safe against XSS attacks
  • Server-Side Rendering (SSR)
  • Tiny (less than 100 loc)

Non-Features

  • server does not scale
  • handles only one client at a time

What I cannot create, I do not understand
~ Richard Feynman

Warning!: spaghetti & un-extensible code, mainly just for learning

About

HTTP from scratch in python to make a todo app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published