Skip to content

Latest commit

 

History

History

counter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Counter

This service includes handlers that share some state, accept parameters, return values, and even subscriptions!

In one terminal, start the server.

cargo run

In another terminal, install TypeScript dependencies, and run the client!

corepack enable # if not enabled
pnpm i
pnpm start