Has anyone used PureBasic with Node.js?

Everything else that doesn't fall into one of the other PB categories.
swhite
Enthusiast
Enthusiast
Posts: 726
Joined: Thu May 21, 2009 6:56 pm

Has anyone used PureBasic with Node.js?

Post by swhite »

Hi

I am just wondering if anyone has used Purebasic with Node.js. What I am thinking is that Node.js would call Purebasic to execute the request. The idea is similar to Freak's ISAPI extension except that it would be working with Node.j not IIS.

I use the ISAPI extension a lot with IIS but now I have a need to do similar things with Node.js and would prefer to stay with Purebasic rather than having to develop the backend with Javascript.

Thanks,
Simon
Simon White
dCipher Computing
Thorium
Addict
Addict
Posts: 1271
Joined: Sat Aug 15, 2009 6:59 pm

Re: Has anyone used PureBasic with Node.js?

Post by Thorium »

I use PureBasic for backend stuff. My latest backend services use FastCGI, which works pretty well. Especially because PB does not support SSL natively. So having it as a FastCGI service, i can have Apache provide the SSL connection.
Post Reply