Code Monkey home page Code Monkey logo

Comments (4)

rp- avatar rp- commented on September 2, 2024

And how could I help you?

from dcs.

exelv1 avatar exelv1 commented on September 2, 2024

middleware for our framework looks like u familiar with akka scala and socket.io we also use a robust system for elo but we need a its 3 of us we need a skilled programer that can build the middle man i.e middleware push get match user role

from dcs.

exelv1 avatar exelv1 commented on September 2, 2024

ckage net.gesn.models

import play.api.libs.json._

import scala.slick.ast.MappedScalaType
import scala.slick.driver.PostgresDriver.MappedColumnType

case class Server(uuid: Long,
joinPassword: Option[String],
rootPassword: Option[String],
serverName: String,
ip: String,
port: String,
location: String,
serverType: ServerType,
gameType: GameType)
case class ServerType(uuid: String, description: String)
case class GameType(uuid: String, description: String)

object ServerType {
implicit val serverTypeFormat = Json.format[ServerType]

val PUBLIC = ServerType("public", "")
val PREMIUM = ServerType("premium", "")
val INVITE = ServerType("invite", "")
}

object GameType {
implicit val gameTypeFormat = Json.format[GameType]

val GATHER = GameType("gather", "")
//val OFFICIAL = GameType("official", "")
}

object Server {
implicit val serverFormat = Json.format[Server]

val mockServer = Server(999L, Some("password1"), None, "GESN.net Gather Server 1", "ip", "port", "Europe", ServerType.PUBLIC, GameType.GATHER)
}

from dcs.

rp- avatar rp- commented on September 2, 2024

The last time I used scala was 4 years ago and I never did anything with akka.
Adding up to that I have no time for another project. sorry

from dcs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.