Skip to content

jsrv is a multithreaded game server written with iouring. it listens on udp for messages from clients, and uses the messages to update game state in lua.

Notifications You must be signed in to change notification settings

gittyhubacc/jsrv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jsrv

jsrv is a multithreaded game server. it listens on udp for messages from clients, and uses the messages to update game state in lua.

this project is several years old. if you're reading this, check back in a few days as I plan to write more about what this application does and how it achieves that behavior.

About

jsrv is a multithreaded game server written with iouring. it listens on udp for messages from clients, and uses the messages to update game state in lua.

Topics

Resources

Stars

Watchers

Forks