https://github.com/santiagodotsh/nest-websocket-client
🔌 💬 Vanilla JS app to connect with nest-teslo-shop.
https://github.com/santiagodotsh/nest-websocket-client
chat client socket-io vanilla-js vite websocket
Last synced: 5 months ago
JSON representation
🔌 💬 Vanilla JS app to connect with nest-teslo-shop.
- Host: GitHub
- URL: https://github.com/santiagodotsh/nest-websocket-client
- Owner: santiagodotsh
- Created: 2024-09-13T15:18:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-14T01:41:40.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T20:12:03.606Z (about 1 year ago)
- Topics: chat, client, socket-io, vanilla-js, vite, websocket
- Language: TypeScript
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Project setup
```bash
$ npm install
```
## Compile and run the project
```bash
# development
$ npm run dev
# production build
$ npm run build
# preview mode
$ npm run preview
```
## Authentication method
To get the JWT you have to run the server:
**[nest-teslo-shop](https://github.com/santiagodotsh/nest-teslo-shop)**