koraktor / steam-condenser

A multi-language library for querying the Steam Community, Source, GoldSrc servers and Steam master servers
https://koraktor.de/steam-condenser
Other
358 stars 67 forks source link

Implementing server capabilities #4

Closed koraktor closed 14 years ago

koraktor commented 15 years ago

This issue was reported by koraktor, Mar 14, 2009 on Google Code

Steam Condenser's architecture was designed with the idea, that it should be easily extensible. So here's a quick idea I had: It's no big problem to make Steam Condenser not only a client library sending queries and getting results, but also make it a server library for listening for queries and sending results.

This may have several uses:

Just some ideas.

koraktor commented 15 years ago

This comment was posted by ccondrup, Mar 17, 2009, on Google Code

Going out on a limb here, hope I understood correctly and am not way off; Would such a server side library be able to incorporate any kind of server benchmarking?

koraktor commented 15 years ago

This comment was posted by koraktor, Mar 19, 2009, on Google Code

No, I think you misunderstood. This "server side library" would do nothing else than send responses to incoming queries. I don't think this would be of any use for benchmarking.

koraktor commented 14 years ago

I don't think this is really needed. There won't be a server-side implementation until anyone really needs it.