Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

server-libc

(wip) a backend in rust that speaks http, postgres and websockets with libc as its only dependency. no tokio, no axum, no sqlx, no tungstenite. socket, setsockopt, bind, listen, accept, poll, read, write, close, clock_gettime, pthread_create, pthread_mutex_lock. everything above them, request parsing, routing, connection state, keep-alive, the postgres wire protocol, websocket framing, is written here.

credits

  • libc by the rust project, the only dependency

About

an HTTP server built from raw libc syscalls.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages