[quickjs-devel] tcp/udp sockets

  • From: Pranav Samvith Bharadwaja <pranav@xxxxxxxxxx>
  • To: quickjs-devel@xxxxxxxxxxxxx
  • Date: Mon, 30 Jan 2023 12:18:22 +0530

Greetings,
  I have seen this mailchain
https://www.freelists.org/post/quickjs-devel/Newbie-Getting-something-like-require-to-work,1
  I think it is reasonable that net, fs and path are not implemented in
qjs. But is there an alternative by which we could create tcp/udp sockets?
  I am trying to compile a node.js project and with some custom edits to
some node modules, able to bundle them all into a single file (because
require doesnt work with qjs). A database driver would inevitably use the
net built-in module. If an alternative is available i could make
customization for qjs backend versus pre-existing nodejs. Any help is
appreciated.
-- 
Thanks and Regards,
Pranav.

Other related posts: