Skip to content

Latest commit

 

History

History

asyncronous

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Asyncronous Example

Compilation Guide

By default, you would probably take these steps for linux distribution :

$ autoreconf -fvi
$ ./configure
$ make
$ make install

Running Locally

$ ./src/asyncronous [port]

Test Using Curl

For example, if the server running in port 9001

$ curl http://127.0.0.1:9001/
{"status":"OK"}

Asyncronous Terminal log :

[GET  127.0.0.1] /
[ <<< ] [127.0.0.1][/] 
[ >>> ] {"status":"ok"}

WIKI Page

libcsvr WIKI


© Ergi, 2022