Aaron Altherr

2018-09-05 Thread hongwei28
Fly Eagles Fly. With the wind and against it. With Nick Foles engineering several long drives [url=[http://www.billscheapshop.com/cheap-authentic-charles-clay-jersey]Charles](http://www.billscheapshop.com/cheap-authentic-charles-clay-jersey\]Charles) Clay Jersey[/url] , Jake Elliott converting

Re: openFileStream?

2018-09-05 Thread donallen
No. Compiling to the C backend.

Re: could javascript backend make use of new javascript ES6 module support?

2018-09-05 Thread carterza
I've been working on this in my spare time over the past few evenings. I'm keeping this gist updated w/ my progress - [https://gist.github.com/zacharycarter/ccdd4e5d868e9a9acce6e15390afed49](https://gist.github.com/zacharycarter/ccdd4e5d868e9a9acce6e15390afed49) Please let me know your thoughts

Re: Jester server without a reverse proxy

2018-09-05 Thread Libman
Reverse proxies like Varnish or Nginx can be used to bundle different Web services (multiple HTTP APIs, static files, etc) together under one domain, and offer additional benefits like caching, load balancing, and DoS protection. But it is entirely possible to run a server like Jester by itself

Jester server without a reverse proxy

2018-09-05 Thread alfrednewman
Hello, I'm creating a REST microservice with Nim and Jester (in Windows). My API will have just a few end-points and just a few simultaneously clients will consume it. When I say 'few clients', I mean that at most just 3 concurrent users will consume the API - if so. The JSON data returned per

Re: openFileStream?

2018-09-05 Thread LeuGim
Maybe you're compiling for JS, `openFileStream` is not defined for that backend.

openFileStream?

2018-09-05 Thread donallen
The documentation for the Streams package includes an openFileStream procedure. If I try to use it with the current release of Nim on an up-to-date Arch Linux system, it is undefined. Going back to the documentation and clicking on the 'source' link, I get taken to a page of code that does not

Re: Embedding ssl libraries ?

2018-09-05 Thread adrianv
for embedding ssl - have you tried mbedtls [https://tls.mbed.org/](https://tls.mbed.org/). Never used it, but maybe it is what you are looking for.