Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        





NEVS realtime chat app

### 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)