advanced-data-processing-company / vincent

high performance RESTFUL cpp server framework
0 stars 0 forks source link

server frame work #14

Open maidamai0 opened 5 years ago

maidamai0 commented 5 years ago

server framework

Server components choosing.

event loop

  1. libevent
  2. libuv

    http server

    lighttpd

    websocket server

    websocketpp

    cocurrent model

  3. c++ actor model
ghost commented 5 years ago

use lighttpd as http server

maidamai0 commented 5 years ago

Simple http server

lightweight-http-server-in-less-than-40-lines-on-libevent-and-c-11

maidamai0 commented 5 years ago

a lightweight http library we can start with

cpp-httplib

maidamai0 commented 5 years ago

An elegant C++ REST framework pistache

May be we can use this directly or learn form this.

@lee64456546 This is what I wanted to show you in today's metting.