84669 personnes étudient
152542 personnes étudient
20005 personnes étudient
5487 personnes étudient
7821 personnes étudient
359900 personnes étudient
3350 personnes étudient
180660 personnes étudient
48569 personnes étudient
18603 personnes étudient
40936 personnes étudient
1549 personnes étudient
1183 personnes étudient
32909 personnes étudient
比如新浪微博的API服务器。 接口是使用HTTP请求。 服务器端如何实现一个HTTP SERVER呢? 使用libcurl可以吗?
认证0级讲师
c++的话,一般用libevent或则libev这种库来实现吧。当然如果对epoll比较熟悉的话 直接用也没问题。
为啥要自已写一个HTTP Server呢?直接用Nginx或Apache+PHP/Java/Ruby等就行嘛~
自已写应该没有用成熟的现成系统来得稳定可靠~
搜素了下,libcurl只能作为客户端使用
http server 库还想有: libmicrohttpd shttpd easyhttpd cpphttpd
c++的话,一般用libevent或则libev这种库来实现吧。当然如果对epoll比较熟悉的话 直接用也没问题。
为啥要自已写一个HTTP Server呢?直接用Nginx或Apache+PHP/Java/Ruby等就行嘛~
自已写应该没有用成熟的现成系统来得稳定可靠~
搜素了下,libcurl只能作为客户端使用
http server 库还想有:
libmicrohttpd
shttpd
easyhttpd
cpphttpd