kernelsauce / turbo

Turbo is a framework built for LuaJIT 2 to simplify the task of building fast and scalable network applications. It uses a event-driven, non-blocking, no thread design to deliver excellent performance and minimal footprint to high-load applications while also providing excellent support for embedded uses.
http://turbo.readthedocs.io/
Apache License 2.0
525 stars 84 forks source link

npm installation #327

Closed stevermeister closed 6 years ago

stevermeister commented 6 years ago

luarocks install turbo

?? why not install via npm?

max1220 commented 6 years ago

Because it's not a node application? AFAIK, it does not even include any javascript except in the examples.

stevermeister commented 6 years ago

sorry, it was a name collision (name collision for https://medium.com/@ericsimons/introducing-turbo-5x-faster-than-yarn-npm-and-runs-natively-in-browser-cc2c39715403)

this repo has really nothing to do with npm