scalajs-io / nodejs

This project provides Scala.js type-safe bindings for Node.js (current) v8.7.0 and LTS v6.11.4 APIs. The platform supports MEAN (MongoDB, Express, AngularJs, NodeJS), Cassandra, MySQL and many other npm projects.
Apache License 2.0
162 stars 28 forks source link

Is this project abandoned ? #27

Open bjornbak opened 2 years ago

bjornbak commented 2 years ago

Seems to be years since the last release and hence it is based on ancient versions.

Is it dead and gone?

SuheylZ commented 3 months ago

seems like that is the case. I wanted to use Scala.js but for backend, it cant be used due to no direct nodejs support. on front end, it needs bindings for React or other frameworks.

sjrd commented 3 months ago

This project, like any other project that provides "only facade types" to a JS library, has been superseded by ScalablyTyped. ScalablyTyped automatically produces Scala.js facades for JS libraries based on their TypeScript definition files. There is no need to manually maintain facade libraries like this library anymore.