Jump to content

JavaScript engine ServerSide


microSolutions

Recommended Posts

Dear Members,

 

What JavaScript Engine would You recommend to execute JS script on Server Side?

(Dynamic scripts from our users)
Something like this: 
https://blogs.embarcadero.com/six-easy-ways-to-embed-javascript-engines-in-your-delphi-10-2-tokyo-apps/

It should work on Linux64 also. 

 

Thanks in advance and have a nice day:

Ferenc

Link to comment
Share on other sites

Use CEF4Delphi. Best result by far and is based in Chromium engine. And is a problem not related to uniGUI at all.
Any way, if you need run a engine at server side , there many solutions already available like Bun. Or learn Node.JS. But then why use uniGUI ?

TMS and Winsoft also have JS Engine for small tasks.

  • Upvote 1
Link to comment
Share on other sites

Thx! CEF4Delphi looks promising:

// One of the most interesting JS features available in CEF are the JavaScript extensions because they
// can be used to execute custom Delphi code from JavaScript.


Winsoft seems to work WinOnly: "supports Windows 32 and Windows 64"

It looks the end TMS has stopped the extension for JavaScript for the TMS Scripter. 


BR: Ferenc

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...