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

https://github.com/wrongbyte/websockets-chat

:sparkles: Because I want to learn websockets
https://github.com/wrongbyte/websockets-chat

socket-io

Last synced: 5 months ago
JSON representation

:sparkles: Because I want to learn websockets

Awesome Lists containing this project

README

          

## Neon chat
![screenshot](screenshot.png)

I was curious to understand how websockets work, so I decided to pick up [this tutorial](https://socket.io/get-started/chat). This project is an extension of that tutorial, with several additional features.

I used [this](https://codepen.io/AllThingsSmitty/pen/jommGQ) as a template for the front-end.