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
- Host: GitHub
- URL: https://github.com/wrongbyte/websockets-chat
- Owner: wrongbyte
- Created: 2021-11-02T18:38:13.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-24T00:43:57.000Z (over 3 years ago)
- Last Synced: 2025-03-19T21:36:36.396Z (9 months ago)
- Topics: socket-io
- Language: JavaScript
- Homepage:
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Neon chat

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.