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
viva is a simple, straightforward web server to handle HTTP/1.0, for V
programming language. Made for educational purposes.
Non-blocking.
Uses `epoll` under the hood.
Manual request parsing - the request string is in `Response` struct. Library parses only the first line of the request with method and path to include V's attributes to use.