Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/casmo/nijmegenws
- Owner: Casmo
- Created: 2015-02-13T09:36:48.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-13T17:00:30.000Z (almost 10 years ago)
- Last Synced: 2023-03-11T13:49:08.499Z (almost 2 years ago)
- Language: JavaScript
- Size: 234 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!