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.
- Host: GitHub
- URL: https://github.com/vaibhavatnure/mapup.ai
- Owner: Vaibhavatnure
- Created: 2023-12-09T07:00:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-09T17:19:44.000Z (over 2 years ago)
- Last Synced: 2024-11-13T13:27:46.469Z (over 1 year ago)
- Topics: arrays, docker, gitpod, golang, server, sorting-algorithms
- Language: Go
- Homepage: https://drive.google.com/file/d/1bjFwDKEfcW34ihH8PycbnzeJfNlSbH8c/view?usp=drive_link
- Size: 159 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 !!!..