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

https://github.com/hex2f/5mintuts

Various tutorials in 5 minutes.
https://github.com/hex2f/5mintuts

express nodejs socket-io tutorial-code tutorial-exercises tutorials web-app

Last synced: 6 months ago
JSON representation

Various tutorials in 5 minutes.

Awesome Lists containing this project

README

          

# Build a chat app in 5 minutes!
Assumes basic knowledge in HTML, CSS and JS.

In this tutorial we will cover:
* Setting up a web server using nodejs and expressjs.
* Sending and reciving data in realtime using socketio.

# Demo
![Chat Demo GIF](https://github.com/RekkyRek/5mintuts/blob/01_NodeChat/chat_demo.gif?raw=true)