Book recommendations for Backend development concepts for a beginner

This page summarizes the projects mentioned and recommended in the original post on /r/developersIndia

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • linux

    Linux kernel source tree

  • For TCP/IP, you have to look into Linux Kernel. Look at: https://github.com/torvalds/linux/tree/master/net/ipv4

  • llhttp

    Port of http_parser to llparse

  • For HTTP, you have to look at HTTP parser. For example, https://github.com/nodejs/llhttp is used in NodeJS.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • µWebSockets

    Simple, secure & standards compliant web server for the most demanding of applications

  • AFAIK, Websockets are built on HTTP. Have a look at https://github.com/uNetworking/uWebSockets.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts