Skip to content

JVM-based Awesome Massively Multiplayer Online (Role Playing Game) Server: Realm/Auth

License

Notifications You must be signed in to change notification settings

rikbrown/jammos-realm-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jammos-auth-server

JVM-based Awesome MMO Server [Auth/Realm Server]

Implementation of the Auth Server of a popular MMORPG (which was much better in 2006) in Kotlin

see also

Running

Redis

Server requires Redis on port 15070.

MacOS

$ pwd
/Users/rik/Code/Jammos/jammos-realm-server/redis
$ ln -s /Users/rik/Code/Jammos/jammos-realm-server/redis/redis-realm-server.plist /Users/rik/Library/LaunchAgents/redis-realm-server.plist
$ launchctl load /Users/rik/Code/Jammos/jammos-realm-server/redis/redis-realm-server.plistlaunchctl load /Users/rik/Cod
$ redis-cli localhost:15070

Developing

IntellJ Configuration

  • Install Spek plugin
  • Enable formatter control (e.g. // @formatter:off)

About

JVM-based Awesome Massively Multiplayer Online (Role Playing Game) Server: Realm/Auth

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages