Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/casmo/nijmegenws

Nijmegen JS websocket workshop
https://github.com/casmo/nijmegenws

Last synced: about 2 months ago
JSON representation

Nijmegen JS websocket workshop

Awesome Lists containing this project

README

        

# Nijmegen WS
Nijmegen JS websocket workshop.

## Run the server
* Open terminal
* Browser to /server
* run `node server.js`

## Run the client
* Open /client/index.html on your localhost

# Challenge
* Send incoming chat messages to all connected clients
* Send connecting and disconnecting messages to all clients
* *Bonus*: Let clients change their name!