S
S
SKEPTIC2019-07-02 23:37:26
Node.js
SKEPTIC, 2019-07-02 23:37:26

Is it possible to write a client in node.js?

Is it possible to make a client on node.js?
What libraries should be used for this?
And is it possible to write a client in node.js and a server in Python and have them communicate via sockets?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
R
rPman, 2019-07-02
@rPman

Yes!
You will be surprised, but even working as a server, the scenario - to connect as a client somewhere further away, is very common.

L
Leonid, 2019-07-02
@caballero

node.js is the server

A
Andrey Suha, 2019-07-03
@andreysuha

Why do you need node.js on the client? Node is a platform for running js outside the browser on a server, desktop, washing machine. And the browser natively can execute js

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question