www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Reserved 1.0.0

reply Andrea Fontana <nospam example.com> writes:
I released another small library on behalf of the company I work 
for (http://lab.2night.it). It is called "reserved", and it's a 
small library you can use to run your D webpages/service.

It is focused on simplicity (no dependencies) and fast setup. It 
use scgi to interface itself with nginx/apache/etc through unix 
sockets.

More info: http://code.dlang.org/packages/reserved

Comments are welcome.

Andrea Fontana
May 16 2018
next sibling parent reply ANtlord <antlord92 gmail.com> writes:
On Wednesday, 16 May 2018 at 08:38:05 UTC, Andrea Fontana wrote:
 I released another small library on behalf of the company I 
 work for (http://lab.2night.it). It is called "reserved", and 
 it's a small library you can use to run your D webpages/service.

 It is focused on simplicity (no dependencies) and fast setup. 
 It use scgi to interface itself with nginx/apache/etc through 
 unix sockets.

 More info: http://code.dlang.org/packages/reserved

 Comments are welcome.

 Andrea Fontana
Good work! Unnfortunely documentation doesn't work for me ``` $ curl http://reserved.dpldocs.info/ The project build failed. copy/paste this link to adam so he can fix the bug. ```
May 16 2018
next sibling parent Andrea Fontana <nospam example.com> writes:
On Wednesday, 16 May 2018 at 10:04:12 UTC, ANtlord wrote:
 On Wednesday, 16 May 2018 at 08:38:05 UTC, Andrea Fontana wrote:
 I released another small library on behalf of the company I 
 work for (http://lab.2night.it). It is called "reserved", and 
 it's a small library you can use to run your D 
 webpages/service.

 It is focused on simplicity (no dependencies) and fast setup. 
 It use scgi to interface itself with nginx/apache/etc through 
 unix sockets.

 More info: http://code.dlang.org/packages/reserved

 Comments are welcome.

 Andrea Fontana
Good work! Unnfortunely documentation doesn't work for me ``` $ curl http://reserved.dpldocs.info/ The project build failed. copy/paste this link to adam so he can fix the bug. ```
Yes I see. I've sent a message to adam. Anyway doc generation works in local using his program. git clone https://github.com/adamdruppe/adrdox.git make ./doc2 -i /your/path/to/Reserved/source Andrea
May 16 2018
prev sibling parent Andrea Fontana <nospam example.com> writes:
On Wednesday, 16 May 2018 at 10:04:12 UTC, ANtlord wrote:
 On Wednesday, 16 May 2018 at 08:38:05 UTC, Andrea Fontana wrote:
 I released another small library on behalf of the company I 
 work for (http://lab.2night.it). It is called "reserved", and 
 it's a small library you can use to run your D 
 webpages/service.

 It is focused on simplicity (no dependencies) and fast setup. 
 It use scgi to interface itself with nginx/apache/etc through 
 unix sockets.

 More info: http://code.dlang.org/packages/reserved

 Comments are welcome.

 Andrea Fontana
Good work! Unnfortunely documentation doesn't work for me ``` $ curl http://reserved.dpldocs.info/ The project build failed. copy/paste this link to adam so he can fix the bug. ```
Adam fixed it!
May 17 2018
prev sibling parent reply Fra Mecca <me francescomecca.eu> writes:
On Wednesday, 16 May 2018 at 08:38:05 UTC, Andrea Fontana wrote:
 I released another small library on behalf of the company I 
 work for (http://lab.2night.it). It is called "reserved", and 
 it's a small library you can use to run your D webpages/service.

 It is focused on simplicity (no dependencies) and fast setup. 
 It use scgi to interface itself with nginx/apache/etc through 
 unix sockets.

 More info: http://code.dlang.org/packages/reserved

 Comments are welcome.

 Andrea Fontana
Ciao Andrea, it is very nice to see an italian company (being an italian myself) publishing in the forum and using D. Thanks for the contribution. Francesco
May 20 2018
parent reply Andrea Fontana <nospam example.com> writes:
On Sunday, 20 May 2018 at 07:33:39 UTC, Fra Mecca wrote:
 On Wednesday, 16 May 2018 at 08:38:05 UTC, Andrea Fontana wrote:
 I released another small library on behalf of the company I 
 work for (http://lab.2night.it). It is called "reserved", and 
 it's a small library you can use to run your D 
 webpages/service.

 It is focused on simplicity (no dependencies) and fast setup. 
 It use scgi to interface itself with nginx/apache/etc through 
 unix sockets.

 More info: http://code.dlang.org/packages/reserved

 Comments are welcome.

 Andrea Fontana
Ciao Andrea, it is very nice to see an italian company (being an italian myself) publishing in the forum and using D. Thanks for the contribution. Francesco
We should try to spread the word :) Andrea
May 20 2018
parent Paolo Invernizzi <paolo.invernizzi gmail.com> writes:
On Sunday, 20 May 2018 at 09:15:12 UTC, Andrea Fontana wrote:
 On Sunday, 20 May 2018 at 07:33:39 UTC, Fra Mecca wrote:
 On Wednesday, 16 May 2018 at 08:38:05 UTC, Andrea Fontana 
 wrote:
 I released another small library on behalf of the company I 
 work for (http://lab.2night.it). It is called "reserved", and 
 it's a small library you can use to run your D 
 webpages/service.

 It is focused on simplicity (no dependencies) and fast setup. 
 It use scgi to interface itself with nginx/apache/etc through 
 unix sockets.

 More info: http://code.dlang.org/packages/reserved

 Comments are welcome.

 Andrea Fontana
Ciao Andrea, it is very nice to see an italian company (being an italian myself) publishing in the forum and using D. Thanks for the contribution. Francesco
We should try to spread the word :) Andrea
Concordo :-) /Paolo
May 20 2018