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
- Host: GitHub
- URL: https://github.com/walles/reacttest
- Owner: walles
- Created: 2018-01-19T20:56:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T02:28:25.000Z (over 2 years ago)
- Last Synced: 2023-03-31T12:06:27.648Z (about 2 years ago)
- Language: JavaScript
- Size: 696 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
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 listingsThe web UI is written using React, and the launcher + web
server is written in Python.