AopAop Node Server
This is just an implementation of the "AopAop Node Open APIs", which allows users to build their own data sources and share them with others.
Changelog
AopAop Node Server 0.1.0 Release
Jun 08, 2025
First release;
A simple implementation of the 12 interfaces defined in AopAop Node Open APIs v0.1.0;
How to use?
It is very easy to use, just use the command below to download, extract, and run.
You need to prepare a server, and for safety, it's best to prepare a domain name as well, and use Cloudflare's services to hide the server's IP address. Directly using an IP address or an unprotected domain name is easy to attack.
Linux:
Download:
wget https://aopaop.com/aopaop-nodeserver-x86_64-linux-gnu-latest.tar.gz
Extract:
tar -zxvf aopaop-nodeserver-x86_64-linux-gnu-latest.tar.gz
Run:
./aopaop-nodeserver
Open AopAop, slide to the Node tab, click the "+" sign in the upper right corner, and use the IP or domain name to add the node service you provided.
Windows:
Download from the button above
Extract
Open the command line and run:
./aopaop-nodeserver
This step is the same as the above in Linux.