Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 538 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 538 Bytes

Back-c

Backend Framework for C

Functionality

  • Create a HTTP Server
  • Get params and query params
  • Create Routes
  • Receive Request and send Response in JSON or Text/html

Dependencies

  • Jansson for manipulating JSON
  • MYSQL if you want to use the database module

Todo List

  • Create a Multi-threaded server
  • Use of different routes and methods
  • Can handle query params in URL
  • Handle request and response
  • Use of Cookies
  • Receive multiple params in url