a-taste-of-node

A short node workshop

Usage no npm install needed!

<script type="module">
  import aTasteOfNode from 'https://cdn.skypack.dev/a-taste-of-node';
</script>

README

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!