skotz / cbl-js

JavaScript CAPTCHA solving library
MIT License
155 stars 47 forks source link

Support with Node Js #22

Closed paulebe closed 6 years ago

paulebe commented 6 years ago

I have a lot of trouble in executing cbl.js on server side. any help???

skotz commented 6 years ago

I've not tested the library with Node since I just run it in the browser. You could check out the Quick Start Guide for instructions on how to set up a simple local server that works fine. Also note that you do need to access the page over http or https, not file:// due to CORS stuff.

https://github.com/skotz/cbl-js/blob/master/starter/quickstart.md

paulebe commented 6 years ago

@skotz i want to execute CBL.js on node.js not on client side . Because i want to implement just like API . Currently iam using Puppetter (Headless chrome ) via node.js .

paulebe commented 6 years ago

whether it is possible to implement the algorithm on other server side scripting like PHP. so that i can use like REST API ?

skotz commented 6 years ago

Sorry, but I currently have no plans to make this particular library work with Node,

I do have a version of this library written in C# (see my other repos), and you should be able to expose that as a service quite easily if you needed to. It's a lot more complex to learn, but it's an option.

paulebe commented 6 years ago

Tq

paulebe commented 6 years ago

CLOSED

mkp95 commented 3 years ago

any way to setup node js server side captcha solving like an api

skotz commented 3 years ago

Currently this isn't supported.