node.native
node.native copied to clipboard
C++11 port for the Node: native performance and modern simplicity.
How do I work with URL routing in node.native? E.g.: I want to expose /foo/ and /bar/ to echo different things.
I want to implement Keep-Alive support in node.native. I can easily enough set a response to tell the client that the connection should be kept alive. What I'm having a...
I used the master branch. Compile went without problems with g++ 4.7.3: Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 4.7.3-4' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7...
with a single connection and many requests, there is no problem. but I send multiply requests concurrently, segmentation fault occurs ( line 336 in http.h ). ## how to produce...
I have tried to update the libuv and found out that just now there was a major change in libuv. https://github.com/joyent/libuv/commit/3ee4d3f183331a123ce35edd0d32268a2bb22aa5 https://github.com/joyent/libuv/issues/696
for some reason stat, fstat are commented out.
Hello, I have no idea how to use node.native for web development. Is there any documentation or guide for templating, URL routing, forms, localization, etc? Thank you very much.