2.1.0 • Published 10 years ago

a-taste-of-node v2.1.0

Weekly downloads
9
License
MIT
Repository
github
Last release
10 years ago

A Taste of Node

A Node.js workshop hosted by ACM @ The University of Illinois at Urbana Champaign!

Usage

The workshop is split into two acts. The first is an opportunity to brush up on core JS skills. The second is a mini project in node.js.

Act 1

How to run tests

$ node ./act1/check.js

Act 2

How to run your chat client

$ node ./act2/exercises/chat/client.js

How to start a server locally

$ node ./act2/solutions/chat/server.js

Remember to change the host in the client if you're connecting to your own server!

2.1.0

10 years ago

2.0.0

10 years ago

1.1.0

10 years ago