samchon / tgrid

TypeScript RPC (Remote Procedure Call) for WebSocket and Worker protocols
https://tgrid.com/
MIT License
141 stars 19 forks source link

Close #51 #52

Closed samchon closed 2 years ago

samchon commented 2 years ago

Before submitting a Pull Request, please test your code. If you created a new created a new feature, then create the unit test function, too.

# COMPILE & TEST AT ONCE
npm run build

#----
# SPECIAL COMMANDS
#----
npm run compile # COMPILE ONLY
npm run test # TEST ONLY
npm run clean # CLEAN COMPILED RESULTS UP

Learn more about the CONTRIBUTING