Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boolfalse/nevs-chat
NodeJS Express VanillaJS Socket.IO realtime chat
https://github.com/boolfalse/nevs-chat
express nodejs realtime-chat socket-io vanilla-js
Last synced: 3 days ago
JSON representation
NodeJS Express VanillaJS Socket.IO realtime chat
- Host: GitHub
- URL: https://github.com/boolfalse/nevs-chat
- Owner: boolfalse
- Created: 2020-03-24T20:45:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T07:03:05.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T21:40:29.857Z (over 1 year ago)
- Topics: express, nodejs, realtime-chat, socket-io, vanilla-js
- Language: JavaScript
- Size: 227 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### About:
Realtime chat app with websockets using Node.js, Express and Socket.io with Vanilla JS on the frontend with a custom UI
### Demo Test:
```shell
$ git clone https://github.com/boolfalse/nevs-chat.git
$ cd nevs-chat/
$ npm i
$ npm start
```### Resources
- [YouTube: Traversy Media](https://www.youtube.com/watch?v=jD7FnbI76Hg)
- [YouTube: The Coding Train #1](https://www.youtube.com/watch?v=bjULmG8fqc8)
- [YouTube: The Coding Train #2](https://www.youtube.com/watch?v=2hhEOGXcCvg)
- [YouTube: The Coding Train #3](https://www.youtube.com/watch?v=HZWmrt3Jy10)
- [YouTube: The Coding Train #4](https://www.youtube.com/watch?v=i6eP1Lw4gZk)