Questions tagged [silkjs]

SilkJS is a command shell built on top of Google's v8 JavaScript engine, highly optimized for server-side applications.

SilkJS is a command shell built on top of Google's v8 JavaScript engine, highly optimized for server-side applications.

See http://silkjs.org/

5 questions
5
votes
1 answer

Viability of SilkJS / server-side JavaScript for enterprise use

I have been using SilkJS for a few hobby projects of mine. So far, the performance is amazing, and I absolutely love being able to use JavaScript for both the front-end and the back-end. I am thinking about using it in some commercial projects, but…
user396404
  • 2,759
  • 7
  • 31
  • 42
2
votes
0 answers

Prepared statements in SIlkJS

I am looking into using SilkJS (http://silkjs.org/) to build a web-application that utilizes MySQL. A requirement of this project is that it supports using prepared statements for MySQL. Does anyone know of a way to utilize prepared statements in…
user396404
  • 2,759
  • 7
  • 31
  • 42
1
vote
2 answers

setting headers in curl inside SilkJS

I'm trying to set headers for a simple HTTP request in SilkJS.. the request goes through fine but without my headers.. The curl.setHeader() method just returns 'undefined', from what I can read in the documentation…
Niklas9
  • 8,816
  • 8
  • 37
  • 60
1
vote
0 answers

Error while installing SilkJS

I am trying to install SilkJS in mavericks, I am getting the following error. Version of my XCode is 5.0.2 and I have downloaded latest version of silk from github. I have followed the instructions to install SilkJS from website, I have got…
Sreedhar M B
  • 179
  • 4
  • 15
0
votes
1 answer

Using MySQL on SilkJS Under OSX Lion

I'd like to use MySQL from SilkJS under OSX Lion, but can't find the exact steps to get it to work. I followed the general instructions found here: Perform the SilkJS OSX Lion Quick Install Install MySQL Load MySQL from SilkJS…
Rich Apodaca
  • 28,316
  • 16
  • 103
  • 129