Hi! i need help in can i create a serve API, what library i should use? what documentation i should read?
Thread overview | |||||||
---|---|---|---|---|---|---|---|
|
December 16, 2022 How to create a API server? | ||||
---|---|---|---|---|
| ||||
December 16, 2022 Re: How to create a API server? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Dariu Drew | On Friday, 16 December 2022 at 20:57:30 UTC, Dariu Drew wrote: >Hi! i need help in can i create a serve API, what library i should use? what documentation i should read? The arsd package includes arsd.http2 which makes it easy to implement API servers with very little code. |
December 18, 2022 Re: How to create a API server? | ||||
---|---|---|---|---|
| ||||
Posted in reply to TTK Ciar | On Friday, 16 December 2022 at 22:10:37 UTC, TTK Ciar wrote: >On Friday, 16 December 2022 at 20:57:30 UTC, Dariu Drew wrote: >Hi! i need help in can i create a serve API, what library i should use? what documentation i should read? The arsd package includes arsd.http2 which makes it easy to implement API servers with very little code. Oops, wrong module!! I meant arsd.cgi, very sorry! |
December 18, 2022 Re: How to create a API server? | ||||
---|---|---|---|---|
| ||||
Posted in reply to TTK Ciar | On Sunday, 18 December 2022 at 09:34:06 UTC, TTK Ciar wrote:
> Oops, wrong module!! I meant arsd.cgi, very sorry!
Yes, http2.d is the client side for http, arsd.cgi implements the http server.
|
December 18, 2022 Re: How to create a API server? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Dariu Drew | On Friday, 16 December 2022 at 20:57:30 UTC, Dariu Drew wrote: >Hi! i need help in can i create a serve API, what library i should use? what documentation i should read? Check the bench: https://github.com/tchaloupka/httpbench |