elanthia-online / norn.rb

a modern replacement for lich.rb
MIT License
2 stars 3 forks source link

raw socket API #7

Open ondreian opened 6 years ago

ondreian commented 6 years ago

after parsing and storing state, Norn can essentially be a memory store that responds to api requests over TCP.

For this to work, there needs to be a formalized request/response cycle complete with header defs (exported as YAML for language agnostic serialization would be worth considering?)

This is a tough (but doable) one.