Y
Y
Yurik7k2018-03-22 17:36:20
css
Yurik7k, 2018-03-22 17:36:20

How to convert less to css on server side and get response in css?

Let's say there is a page in the browser and there is a less code editor, the user writes his less, presses the save button and a request is made to the server and this less is processed and the compiled css comes in the response. How can this be implemented?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
F
Froggyweb, 2018-03-22
@Froggyweb

The ideal solution is a node.js server. with php it is possible but the library can work so-so.

I
Ivan Bogachev, 2018-03-22
@sfi0zy

To load the server with compilation? Are you sure that you will have enough computing power when there will be more users? Can it be better to compile on the client ( example )?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question