Skip to content

Commit 03b98a5

Browse files
author
Lawrence Daniels
committed
documentation updates
1 parent e8f4acd commit 03b98a5

File tree

1 file changed

+18
-14
lines changed

1 file changed

+18
-14
lines changed

README.md

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
ScalaJs.io
2-
==========
3-
This is a complete Scala.js facade for Node.js, io.js and npm; which means you can develop full-blown Node.js/io.js
4-
applications using popular JavaScript software stacks including the MEAN Stack (MongoDB, Express, Angular, Node)
5-
and many other popular npm packages.
1+
NodeJS (current & LTS)
2+
======================
3+
This is a complete Scala.js facade for Node.js and npm packages; which means you can develop full-blown Node.js
4+
applications using popular JavaScript software stacks including the MEAN Stack ([MongoDB](https://github.com/scalajs-io/mongodb),
5+
[Express](https://github.com/scalajs-io/express), [Angular](https://github.com/scalajs-io/angular), Node),
6+
[Cassandra](https://github.com/scalajs-io/cassandra-driver), [MySQL](https://github.com/scalajs-io/mysql)
7+
and many other popular [npm packages](https://github.com/scalajs-io/scalajs.io-platform).
68

79
## Table of Contents
810

@@ -50,7 +52,7 @@ Currently, there are at least four development use cases for ScalaJs.io:
5052
<a name="build_requirements"></a>
5153
### Build Requirements
5254

53-
* [SBT 0.13.13] (http://www.scala-sbt.org/download.html)
55+
* [SBT 0.13.16] (http://www.scala-sbt.org/download.html)
5456

5557
<a name="building_sdk"></a>
5658
#### Build/publish the SDK
@@ -73,12 +75,12 @@ resolvers += Resolver.sonatypeRepo("releases")
7375

7476
The following applications were developed using ScalaJs.io:
7577

76-
| Application | Frontend | Backend | Scalajs.io version | Description |
77-
|------------------------------------------------------------------------|-----------------------|--------------------|--------------------|------------------------------------------|
78-
| [Phaser-Invaders](https://github.com/scalajs-io/phaser-invaders-demo) | Scala.js + DOM | Scala + NodeJS | 0.3.0.1 | Port of Phaser Invaders. |
79-
| [Socialize](https://github.com/scalajs-io/scalajs-nodejs-socialized) | Scala.js + AngularJS | Scala.js + NodeJS | 0.3.0.3 | A Facebook-inspired Social networking web application. |
80-
| [Todo MVC](https://github.com/scalajs-io/scalajs-nodejs-todomvc) | Scala.js + AngularJS | Scala.js + NodeJS | 0.2.3.1 | A simple Todo example application. |
81-
| [Trifecta](https://github.com/scalajs-io/trifecta) | Scala.js + AngularJS | Scala + Play 2.4.x | 0.3.0.0 | Trifecta is a web-based and CLI tool that simplifies inspecting Kafka messages and Zookeeper data. |
78+
| Application | Frontend | Backend | Scalajs.io version | Description |
79+
|-----------------------------------------------------------------------|-----------------------|--------------------|--------------------|------------------------------------------|
80+
| [Phaser-Invaders](https://github.com/scalajs-io/phaser-invaders-demo) | Scala.js + DOM | Scala + NodeJS | 0.3.x | Port of Phaser Invaders. |
81+
| [Socialize](https://github.com/scalajs-io/scalajs-nodejs-socialized) | Scala.js + AngularJS | Scala.js + NodeJS | 0.4.0 | A Facebook-inspired Social networking web application. |
82+
| [Todo MVC](https://github.com/scalajs-io/scalajs-nodejs-todomvc) | Scala.js + AngularJS | Scala.js + NodeJS | 0.2.x | A simple Todo example application. |
83+
| [Trifecta](https://github.com/scalajs-io/trifecta) | Scala.js + AngularJS | Scala + Play 2.4.x | 0.4.0 | Trifecta is a web-based and CLI tool that simplifies inspecting Kafka messages and Zookeeper data. |
8284

8385
### The MEAN Stack &#8212; AngularJS, MongoDB, Mongoose, Express and more
8486

@@ -202,7 +204,7 @@ implemented as well, including bcrypt, cassandra-driver, kafka-node, mysql, xml2
202204
<a name="node_modules">
203205
#### Modules
204206

205-
The following core Node.js modules (v7.7.1) have been implemented:
207+
The following core Node.js modules (v8.7.0) have been implemented:
206208

207209
| Node Module | Description |
208210
|-----------------------|---------------------------------------------------------------------------------|
@@ -231,7 +233,9 @@ The following core Node.js modules (v7.7.1) have been implemented:
231233
| vm | The vm module provides APIs for compiling and running code within V8 Virtual Machine contexts.|
232234
| zlib | This provides bindings to Gzip/Gunzip, Deflate/Inflate, and DeflateRaw/InflateRaw classes. |
233235

234-
*NOTE*: The SBT artifact for the complete Node.js platform is: "io.scalajs" %%% "nodejs" % "0.4.2"
236+
**NOTE**: The SBT artifacts for Node.js platform are (choose one):
237+
* NodeJS v8.7.0: "io.scalajs" %%% "nodejs" % "0.4.2"
238+
* NodeJS LTS v6.11.4: "io.scalajs" %%% "nodejs-lts" % "0.4.2"
235239

236240
<a name="npm_modules">
237241
#### Third-party Modules

0 commit comments

Comments
 (0)