everoute-web - Simple Web Service for everoute
This simple web service acts as a shell for the everoute library to provide a routing capability in the context of EVE Online.
This project is discontinued. My interest in EVE has dropped again and based on experience, it'll take some years until I might resub. Furthermore interest in this library was low, which is why I keep it as a project for experience.
(Still to be documented, for now refer to the test/requests
subfolder.)
go env -w GO111MODULE=auto
go get github.com/gorilla/rpc
go get github.com/dertseha/everoute/universe
go get github.com/AlignToSun/everoute-web/data
go build
# run the executable
The project is available under the terms of the New BSD License (see LICENSE file).