#reactjs
Read more stories on Hashnode
Articles with this tag
Now that we've setup NodeGui with React, let's write a small app with it. It will yet be another terminal app, but this time there's not much code we...
Let's continue exploring Electron alternatives. This time, NodeGui. NodeGui uses Qt5 instead of Chromium, so we'll be leaving the familiar web...
We did Ruby, we did Python, time for a classic language you probably aren't seeing much of these days - Perl. But this isn't just a Perl episode. As...
In previous episodes we created: HTTP-based Ruby language server HTTP-based Python language server process-based Ruby language server So now it's...
Communicating with external program over HTTP is just one approach. Let's try to run it directly instead. To talk to it we'll be sending JSON...
Let's try to do the same thing in Python as we did in Ruby. Frontend changes We can reuse the frontend we just did. The only changes are different...