SilkJS icon indicating copy to clipboard operation
SilkJS copied to clipboard

V8 Based JavaScript Swiss Army Knife (and HTTP Server!)

Results 20 SilkJS issues
Sort by recently updated
recently updated
newest added

After following the build and install steps on Ubuntu 12.04, httpd-silk.js seems to start successfully. Pointing my browser to localhost:9090 effectively loads the home page from docroot. However, trying to...

I had some issues while compiling SilkJS, under Linux Mint 12 x64 (Ubuntu based distribution). It was complaining about : - ... undefined reference to 'operator new[](unsigned long)' ... -...

I had problems linking on OSX: error was /usr/bin/g++ -rdynamic -o silkjs main.o base64.o global.o console.o process.o net.o fs.o buffer.o http.o gd.o ncurses.o sem.o logfile.o v8.o md5.o sqlite3.o xhrhelper.o curl.o...

When using require() on a file that does not exist the following output is being output to the console: /usr/share/silkjs/builtin/require.js:66: Could not locate require file smart throw 'Could not locate...

Json.success is somewhat limited, as in it only allows requests for direct ajax requests not JSONP.

whatever_action = function() { return '{ "success" : true}'; }; In an ideal situation, we should allow for actions to return anything up to the browser, if possible. This gives...

Looks like the WTF license isn't OSI approved according to this page... http://www.opensource.org/licenses/alphabetical Would it be reasonable to create a top level file called LICENSES and simply list links to...

Here's a modification to process.env() to return an object instead of an array. It makes it slightly more usable in that `var home = process.env()["HOME"]` becomes possible without having to...

Just an idea but the silkjs executable itself has to be arch specific (i686, x86_64, OSX etc) but the Javascript and documentation is reusable across all architectures, distros and operating...

Hi Mike, did you mean to include all of src/v8-read-only in a recent update?