9
9
9292015-12-04 19:49:07
JavaScript
929, 2015-12-04 19:49:07

How to use javascript to get data from textbook in real time?

A program is running on the computer that writes all the data that came from the modem into a textbook in real time, numbers, letters, and so on, but I want to somehow output this data to the browser and operate with this data, for example, writing to a database or using it in my projects, what is the best way to do it?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Sergey, 2015-12-04
@frost18

It is not clear on which computer on a stationary or on a server?

R
RaulDuke, 2015-12-04
@RaulDuke

On pure js, why is js needed? If you need a very simple solution, then write from the modem to csv, and work with it through some interpreted language, such as php or python.

M
Mikhail Pautov, 2015-12-04
@provex

Look at node js express js video tutorials on them, MB does it on simple js too, but I haven’t seen it yet)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question