Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 388 Bytes

File metadata and controls

12 lines (10 loc) · 388 Bytes

Metered API server in C

  • API server that you can access with authorization only... implemented in pure C
  • Kinda complete. Its very hard to do stuff in C

TODO:

  • implement server
  • make the server serve data
  • make the server serve static files(index.html)
  • make the server serve static files(JSON)
  • implement authorization
  • maybe implement a client??