An open API service indexing awesome lists of open source software.

https://github.com/vaibhavatnure/mapup.ai

This is the go server.
https://github.com/vaibhavatnure/mapup.ai

arrays docker gitpod golang server sorting-algorithms

Last synced: 5 months ago
JSON representation

This is the go server.

Awesome Lists containing this project

README

          

This is a simple HTTP server written in GO language.
It will be listening on port:8000
It accepts payload as int array of arrays in json format and gives response in json format with sorted arrays.
It has two endpoints one is process-single and another one is process-concurrent.

..Happy Learning !!!..