Hi guys,
at this moment, I am impressed that b4j is powerful at creating some backend for my applications and websites. I am creating an API which provides crypto currency and financial data to my customers with b4j. in less than 24h , I have setup a webserver and with the help of simple jsongenerator I am providing the json data easily. The work is in still progress but I have 2 informational endpoints ready ( which provides the available pairs and coins only without detailed info ): I am using a simple loadbalancer which directs the requests to 2 different vps with "leastconnections" method..
Informative endpoints:
https://api.freecryptoapi.com/v1/coinlist
https://api.freecryptoapi.com/v1/pairlist
Live Price endpoint:
https://api.freecryptoapi.com/v1/coinlive
Usage:
https://api.freecryptoapi.com/v1/coinlive?coins=BTC+ETH+XRP+ZEN
Until this time, I had to work with PHP which I am not comfortable and apache webservers etc.. This is going to be really fun. I will post the details when I finish the project. I will also make some stress tests on the vps to find out the max number of concurrent connections available.
at this moment, I am impressed that b4j is powerful at creating some backend for my applications and websites. I am creating an API which provides crypto currency and financial data to my customers with b4j. in less than 24h , I have setup a webserver and with the help of simple jsongenerator I am providing the json data easily. The work is in still progress but I have 2 informational endpoints ready ( which provides the available pairs and coins only without detailed info ): I am using a simple loadbalancer which directs the requests to 2 different vps with "leastconnections" method..
Informative endpoints:
https://api.freecryptoapi.com/v1/coinlist
https://api.freecryptoapi.com/v1/pairlist
Live Price endpoint:
https://api.freecryptoapi.com/v1/coinlive
Usage:
https://api.freecryptoapi.com/v1/coinlive?coins=BTC+ETH+XRP+ZEN
Until this time, I had to work with PHP which I am not comfortable and apache webservers etc.. This is going to be really fun. I will post the details when I finish the project. I will also make some stress tests on the vps to find out the max number of concurrent connections available.
Last edited: