Skip to content

sohyp3/cackend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Backend Service for C

  • Still Under development

  • to run it:

  • i think you need linux since im socket api , not sure tho.

  • gcc app.c -o app && ./app


it has:

  1. Recieve GET requests
  2. Send HTTP Response
  3. Routing
  4. Responding from HTML files
  5. POST Request handling

it hasn't yet:

  1. +++
  2. Cookies / Sessions
  3. Https
  4. Secuirty (csrf + xss)
  5. ORM maybe related to a future project?
  6. Better Error Handling
  7. Server Mangement (Rate Limiting, Static File Mangement)
  8. JSON
  9. Proto Buffs
  10. auto logger
  11. Get the request arguments

FAQ:

-> why?
    - simply cuz its fun
-> but rly why?
    - i ain't an NPC that uses mainstream stuff
-> whatcha gonna do with it?
    - im gonna use it for production to my website
-> is it a smart idea?
    - i dont remember taking a smart decisions

About

Backend with C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors