An open API service indexing awesome lists of open source software.

https://github.com/walles/reacttest

Me trying out React
https://github.com/walles/reacttest

Last synced: 3 months ago
JSON representation

Me trying out React

Awesome Lists containing this project

README

        

This is an experiment in doing a `top` like implementation
that:
* Is launched from the command line
* Is shown in the browser
* Has the web UI doing REST calls to a local web server to
get the process listings

The web UI is written using React, and the launcher + web
server is written in Python.