Skip to content

Just a small scratch to mess around with various server implementations

Notifications You must be signed in to change notification settings

probably-not/server-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

server-scratch

A small scratch to mess around with various server implementations. For right now, we mess around with the stdlib (AKA net/http), evio, and gnet.

Goals

Create functional stdlib compatible server implementations to check out HTTP.

Evio and Gnet are essentially almost the exact same API, with slightly different implementation details, so it was easy to create something that would read the incoming data frame and then parse it into the http request struct.

This whole thing was wrapped so that I can play with various implementations and see how they work out.

About

Just a small scratch to mess around with various server implementations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published