@@ -17,8 +17,8 @@ P.S. There is another project where I used *ServerSocker* in GitHub: [localhost-
...
@@ -17,8 +17,8 @@ P.S. There is another project where I used *ServerSocker* in GitHub: [localhost-
The idea for the tasks comes from another GitHub project [TaskScheduler](https://github.com/wagnerjfr/Java-TaskScheduler).
The idea for the tasks comes from another GitHub project [TaskScheduler](https://github.com/wagnerjfr/Java-TaskScheduler).
The tasks currently implement are:
The tasks currently implement are:
***TaskBubbleSort**: sorts a list of numbers.
***TaskBubbleSort**: sorts a list of numbers[wikipedia](https://en.wikipedia.org/wiki/Bubble_sort)
***TaskFiboRecursive**: calculates the fibonacci of a number recursively
***TaskFiboRecursive**: calculates the fibonacci of a number recursively[wikipedia](https://en.wikipedia.org/wiki/Fibonacci_number)
***TaskBitcoin**: grabs the last price(s) of the bitcoin from [BitStamp](https://www.bitstamp.net/).
***TaskBitcoin**: grabs the last price(s) of the bitcoin from [BitStamp](https://www.bitstamp.net/).
## How to add tasks
## How to add tasks
...
@@ -90,13 +90,13 @@ CONTAINER ID IMAGE COMMAND CREATED
...
@@ -90,13 +90,13 @@ CONTAINER ID IMAGE COMMAND CREATED
You can replace the port from `:8000/` to `:8001/` to run the same task but in a different web server if you have launched two containers as described before.
You can replace the port from `:8000/` to `:8001/` to run the same task but in a different web server if you have launched two containers as described before.