codingteam / Hyperspace

Simple 2D game written in Clojure and Kotlin.
MIT License
9 stars 4 forks source link

Network protocol implementation #9

Closed ForNeVeR closed 9 years ago

ForNeVeR commented 10 years ago

Implement network API for hyperspace. @hagane suggests that we should use Apache Thrift for that purpose.

ForNeVeR commented 9 years ago

Currently I think that we should use simple REST interface and link it with our implementation with compojure-api (that's the Swagger implementation based on Ring).

ForNeVeR commented 9 years ago

I've started to use this Swagger API and I think we'll use it for production.