Completed
- conclusion
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Introduction to Colyseus and Xterm.js - Building a Social Terminal in JavaScript and Node.js
Automatically move to the next video in the Classroom when playback concludes
- 1 - why game engines are important in the metaverse
- 2 - creating a colyseus.js server
- 3 - introduction to xterm.js
- 4 - creating an xterm.js terminal
- 5 - hosting xterm.js and colyseus on the same server
- 6 - using express and middleware to host xterm.js and colyseus together
- 7 - establishing a websocket connection between xterm.js and colyseus
- 8 - extending colyseus with custom rooms types
- 9 - logging out on colyseus server when a room is created or destroyed
- 10 - handling sessions joining or leaving rooms in colyseus
- 11 - broadcast joing leaving rooms to other room participants
- 12 - broadcast messages to others in the chat room
- 13 - sending keyboard input from the xterm.js to colyseus
- 14 - the social terminal
- 15 - conclusion