Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/urumqinsky/webserv
- Owner: urumqinsky
- Created: 2022-01-08T11:36:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-31T19:07:46.000Z (about 2 years ago)
- Last Synced: 2024-10-12T16:41:00.781Z (3 months ago)
- Topics: cgi, cpp98, http-server, socket-io
- Language: C++
- Homepage:
- Size: 7.34 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)