Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/urumqinsky/webserv

Web-server with support for basic HTTP methods
https://github.com/urumqinsky/webserv

cgi cpp98 http-server socket-io

Last synced: about 2 months ago
JSON representation

Web-server with support for basic HTTP methods

Awesome Lists containing this project

README

        

# Webserv

[//]: # (This project is about writing HTTP server. )

You can test it with an actual browser.

[//]: # (HTTP is one of the most used protocols on the internet.)

## Contributors

[@AliyaHeula](https://github.com/AliyaHeula) | [@Nurali-D](https://github.com/Nurali-D)
--- | ---
![@AliyaHeula](https://avatars.githubusercontent.com/u/64702824?s=150&v=1) | ![@Nurali-D](https://avatars.githubusercontent.com/u/85129045?s=150&v=4)

[//]: # (https://code-live.ru/post/cpp-http-server-over-sockets/)

[//]: # (https://ru.wikipedia.org/wiki/%D0%A1%D0%BE%D0%BA%D0%B5%D1%82%D1%8B_%D0%91%D0%B5%D1%80%D0%BA%D0%BB%D0%B8)

[//]: # (https://www.boost.org/doc/libs/1_78_0/doc/html/boost_asio/examples/cpp03_examples.html#boost_asio.examples.cpp03_examples.http_server)

[//]: # (https://vk.com/wall-174211858_192)

[//]: # (https://lectureswww.readthedocs.io/5.web.server/cgi.html)

[//]: # (https://rtfm.co.ua/c-sokety-i-primer-modeli-client-server/)

[//]: # (https://developer.mozilla.org/ru/docs/Web/HTTP/Cookies)

[//]: # (https://github.com/frevib/kqueue-tcp-server)

[//]: # (https://www.opennet.ru/base/dev/kevent_freebsd.txt.html)

[//]: # (http://eradman.com/posts/kqueue-tcp.html)

[//]: # (https://rsdn.org/article/unix/sockets.xml)

[//]: # (https://man.openbsd.org/kevent.2)

[//]: # (https://stackoverflow.com/questions/64245246/how-to-add-a-kevent-to-a-kqueuewhile-kevent-is-locked)