Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T01:41:40.000Z (3 months ago)
- Last Synced: 2024-10-31T11:24:06.792Z (about 2 months 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)**