Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Use Netlify Functions to Build a Sound Board in Gatsby - Learn With Jason
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 The old stuff
- 3 Custom commands
- 4 Adding logic
- 5 WebSocket
- 6 Handle Chat
- 7 Initializing Chat
- 8 Creating a Route
- 9 Getting to the API
- 10 Creating the API
- 11 Logging requests
- 12 HTTP headers
- 13 Response data code
- 14 Why not WebSocket
- 15 Express JSON
- 16 Commands
- 17 Message Channel
- 18 Array
- 19 Socket
- 20 Ping
- 21 GetSocket
- 22 ChangeSocket
- 23 InitializeSocket
- 24 Run Command
- 25 Error
- 26 Initialize socket
- 27 Send message
- 28 Open network connection
- 29 View network connections
- 30 Trigger sound effects
- 31 Send command
- 32 Request body
- 33 Post command
- 34 Post command failed
- 35 Post command sent
- 36 Create functions
- 37 Serverless functions
- 38 First server
- 39 Using callbacks
- 40 Getting a response for success
- 41 Changing the function to be in the workspace
- 42 Testing the function