Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
How to decrease user plan usage based on service usage? - Theo's Typesafe Cult
TTC
Theo's Typesafe Cult
•
3y ago
•
1 reply
vitor markis 🎈
How to decrease user plan usage based on service usage?
I
'm dealing with a Steam farming hour system
, I can start the farm via a method from client instance
, like
const
user
=
new
SteamUser
()
user.
logOn
()
const
user
=
new
SteamUser
()
user.
logOn
()
At this point
, the client starts the farming
. How can I count the user service usage
? Like a setInterval
? Pub
/sub
? Observers
?
If this service is in a different server than the application one
? How should I do this communication
?
Theo's Typesafe Cult
Join
26,564
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
How to implement redirect based on user role
TTC
Theo's Typesafe Cult / questions
3y ago
how to add user role to session.user and conditionally render something based on role
TTC
Theo's Typesafe Cult / questions
4y ago
How to change refType in forwardRef based on prop?
TTC
Theo's Typesafe Cult / questions
2y ago
How to sort object based on time (HH:MM)
TTC
Theo's Typesafe Cult / questions
3y ago