https://github.com/metrue/fx-bin
binaries of f(x)
https://github.com/metrue/fx-bin
Last synced: 2 months ago
JSON representation
binaries of f(x)
- Host: GitHub
- URL: https://github.com/metrue/fx-bin
- Owner: metrue
- Created: 2017-10-22T05:34:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-22T05:50:58.000Z (over 7 years ago)
- Last Synced: 2025-01-11T02:29:13.609Z (4 months ago)
- Size: 4.25 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
fx
------Poor man's function as a service.
## Installation
* client:
```
$ wget https://raw.githubusercontent.com/metrue/fx-bin/master/client/fx -O /usr/local/bin/fx
$ chmod +x /usr/local/bin/fx
```* server:
```
$ wget https://raw.githubusercontent.com/metrue/fx-bin/master/server/fx -O /usr/local/bin/fx-server
$ chmod +x /usr/local/bin/fx-server
```