You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A networking stack in Caustic — a single Conn vtable from TCP up to fetch(), so TLS wraps a socket without HTTP knowing. No libc, no OpenSSL. Early: the Conn layer and TCP are landed; DNS, HTTP, TLS and fetch are designed and not yet written.
A web browser written in Caustic, from the pixels up. Milestone 0: opens a window and paints every pixel itself through a CPU surface — SDL only publishes the buffer. No HTML parser, no CSS, no layout, no JavaScript, no networking yet.