samchon / tgrid

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

Change "websocket" library to another one #32

Closed samchon closed 4 years ago

samchon commented 4 years ago

The websocket library is made by C++, therefore it requires user to prepare a C++ compiler when installing the npm module. It can be a great entry barrier to some developers who are using Windows and have installed NodeJS without VS C++ compiler.

Thus, it would bettet to change websocket library to anothet one who does not require thr C++ compiler

samchon commented 4 years ago

ws has been adopted